X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Fstandardbar.cpp;h=dc82ff1e1c065fdc918645cf31bffdcd98f1e1b4;hp=eee00b3f2f642b2d5b9c0a41e22faaf0f8492293;hb=1887da2169397774c9563e9bf44c51ed7efc3646;hpb=dfe1bf82619704af27e4cbf83b75c6b5f367f425 diff --git a/pv/views/trace/standardbar.cpp b/pv/views/trace/standardbar.cpp index eee00b3f..dc82ff1e 100644 --- a/pv/views/trace/standardbar.cpp +++ b/pv/views/trace/standardbar.cpp @@ -15,8 +15,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 . */ #include @@ -93,7 +92,7 @@ StandardBar::StandardBar(Session &session, QWidget *parent, add_toolbar_widgets(); } -Session &StandardBar::session(void) const +Session &StandardBar::session() const { return session_; }