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-b...@kde.org Reporter: faci...@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 watching all bug changes.