X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fwidgets%2Fpopup.hpp;h=66f7f06f5d87192a2ea77cbafee44af21cec294c;hp=84def1fe90eee3171a4914a0cc4157e47c85de5d;hb=dbed5609ae31cdfc3e9db10f3ab91b7607c08372;hpb=d9ea96280ab1128427143660ae375c30b19aa0cb diff --git a/pv/widgets/popup.hpp b/pv/widgets/popup.hpp index 84def1fe..66f7f06f 100644 --- a/pv/widgets/popup.hpp +++ b/pv/widgets/popup.hpp @@ -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 . */ #ifndef PULSEVIEW_PV_WIDGETS_POPUP_HPP @@ -54,7 +53,7 @@ public: bool eventFilter(QObject *obj, QEvent *event); - void show(); + virtual void show(); private: bool space_for_arrow() const;