Don't use deprecated headers.
[pulseview.git] / pv / views / trace / standardbar.hpp
index e41beebc79448d41ccfed7927b33ee5c2e5214fc..f96d8bfe0ed8535e4f336f7ace7bb622233c7878 100644 (file)
  * 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_VIEWS_TRACE_STANDARDBAR_HPP
 #define PULSEVIEW_PV_VIEWS_TRACE_STANDARDBAR_HPP
 
-#include <stdint.h>
+#include <cstdint>
 
 #include <QAction>
 #include <QToolBar>
@@ -76,7 +75,7 @@ protected Q_SLOTS:
 
        void on_actionViewZoomOut_triggered();
 
-       void on_actionViewZoomFit_triggered();
+       void on_actionViewZoomFit_triggered(bool checked);
 
        void on_actionViewZoomOneToOne_triggered();