]> sigrok.org Git - pulseview.git/blobdiff - pv/prop/bool.hpp
AnalogSignal: Make threshold neutral area darker
[pulseview.git] / pv / prop / bool.hpp
index 6d32da7ef1f05286f534123c498a81f975ae2d8f..ef0916f48523a533d228296549138cd786eb7c29 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/>.
  */
 
 #ifndef PULSEVIEW_PV_PROP_BOOL_HPP
@@ -33,9 +32,9 @@ class Bool : public Property
        Q_OBJECT;
 
 public:
-       Bool(QString name, Getter getter, Setter setter);
+       Bool(QString name, QString desc, Getter getter, Setter setter);
 
-       virtual ~Bool();
+       virtual ~Bool() = default;
 
        QWidget* get_widget(QWidget *parent, bool auto_commit);
        bool labeled_widget() const;
@@ -49,7 +48,7 @@ private:
        QCheckBox *check_box_;
 };
 
-} // prop
-} // pv
+}  // namespace prop
+}  // namespace pv
 
 #endif // PULSEVIEW_PV_PROP_BOOL_HPP