Wireshark-commits: [Wireshark-commits] master 5ca4756: Qt: fix compilation with older Qt versions.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 25 Jul 2019 18:01:02 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5ca4756e1b7287146c125d26e1993a3abd68ebc5
Submitter: "Roland Knall <rknall@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

5ca4756 by Dario Lombardo (lomato@xxxxxxxxx):

    Qt: fix compilation with older Qt versions.
    
    ../ui/qt/widgets/copy_from_profile_menu.cpp:52:30: error: no matching function for call to 'QAction::QAction(QString&)'
             pa = new QAction(name);
                                  ^
    ../ui/qt/widgets/copy_from_profile_menu.cpp:52:30: note: candidates are:
    In file included from /usr/include/qt5/QtWidgets/qmenu.h:40:0,
                     from /usr/include/qt5/QtWidgets/QMenu:1,
                     from ../ui/qt/widgets/copy_from_profile_menu.h:16,
                     from ../ui/qt/widgets/copy_from_profile_menu.cpp:10:
    /usr/include/qt5/QtWidgets/qaction.h:174:5: note: QAction::QAction(QActionPrivate&, QObject*)
         QAction(QActionPrivate &dd, QObject *parent);
    
    Change-Id: Ib7cb7cf522f1a95d5f4c16b1dc8f2ada8e46793c
    Reviewed-on: https://code.wireshark.org/review/34081
    Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  970524e   Qt: Export profiles
     add  5ca4756   Qt: fix compilation with older Qt versions.


Summary of changes:
 ui/qt/widgets/copy_from_profile_menu.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)