https://bugs.kde.org/show_bug.cgi?id=364906
Piotr Mierzwinski <piotr.mierzwin...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REPORTED Resolution|WORKSFORME |--- --- Comment #5 from Piotr Mierzwinski <piotr.mierzwin...@gmail.com> --- I retested this and seems issue still persists. Result what I got is the same like I described above (couple years ago), so: - declaration (header file) void MainWindow::slotUrlActivated(const QUrl&) ; Here was added "MainWindow::" as this would be definition. - definition (cpp file): void MainWindow::slotUrlActivated( const QUrl & u ) { qDebug() << "MainWindow::slotUrlActivated. Path:" << .path(); } Here is missing object name like passed in parameter, so "u". -- You are receiving this mail because: You are watching all bug changes.