[marble] [Bug 383791] New: Usage of incorrect signals when compiled without Webkit

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Mon Aug 21 13:17:33 UTC 2017


https://bugs.kde.org/show_bug.cgi?id=383791

            Bug ID: 383791
           Summary: Usage of incorrect signals when compiled without
                    Webkit
           Product: marble
           Version: unspecified
          Platform: Compiled Sources
                OS: All
            Status: UNCONFIRMED
          Severity: minor
          Priority: NOR
         Component: general
          Assignee: marble-bugs at kde.org
          Reporter: facitol at gmail.com
  Target Milestone: ---

PopupItem uses incorrect signals in it's constructor when compiled without a
Webkit. Marble version 2.2, commit a937b7.
Warning produced:
QObject::connect: No such signal MarbleWebView::titleChanged(QString) in
F:\home\projects\marble\sources\src\lib\marble\PopupItem.cpp:73
QObject::connect:  (sender name:   'webView')
QObject::connect:  (receiver name: 'titleText')
QObject::connect: No such signal MarbleWebView::urlChanged(QUrl) in
F:\home\projects\marble\sources\src\lib\marble\PopupItem.cpp:74
QObject::connect:  (sender name:   'webView')

One should use #ifdef to check the presence of Webkit and select appropriate
signals. As it is done in other parts of the constructor.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Marble-bugs mailing list