X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Fstandardbar.hpp;h=c00c218d82f3eb2a484cb029129c8da9bf6ff8c0;hb=1978e0c26e20c0ffbea35add4c7bae0075aec4c7;hp=e41beebc79448d41ccfed7927b33ee5c2e5214fc;hpb=e0ba4f6fb263b4cc1dae96df2a0ff1e1ef8984ce;p=pulseview.git diff --git a/pv/views/trace/standardbar.hpp b/pv/views/trace/standardbar.hpp index e41beeb..c00c218 100644 --- a/pv/views/trace/standardbar.hpp +++ b/pv/views/trace/standardbar.hpp @@ -15,14 +15,13 @@ * 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 . */ #ifndef PULSEVIEW_PV_VIEWS_TRACE_STANDARDBAR_HPP #define PULSEVIEW_PV_VIEWS_TRACE_STANDARDBAR_HPP -#include +#include #include #include @@ -51,7 +50,7 @@ public: StandardBar(Session &session, QWidget *parent, TraceView::View *view, bool add_default_widgets=true); - Session &session(void) const; + Session &session() const; QAction* action_view_zoom_in() const; QAction* action_view_zoom_out() const; @@ -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();