]> sigrok.org Git - pulseview.git/blobdiff - pv/binding/binding.cpp
Build fixes for Qt5 Windows/mingw/MXE support.
[pulseview.git] / pv / binding / binding.cpp
index fccb96be54b83e6770a795d219aae7ac07125bae..26cbce48e774f8f7b5a9b4c4d55fea7fb9d67eba 100644 (file)
@@ -14,8 +14,7 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <cassert>
@@ -49,8 +48,7 @@ void Binding::add_properties_to_form(QFormLayout *layout,
 {
        assert(layout);
 
-       for (shared_ptr<pv::prop::Property> p : properties_)
-       {
+       for (shared_ptr<pv::prop::Property> p : properties_) {
                assert(p);
 
                QWidget *const widget = p->get_widget(layout->parentWidget(),