Fix for shadow builds

This commit is contained in:
Kai Koehne
2011-04-01 13:57:49 +02:00
parent c17f1ec7d7
commit f0e3722eea
3 changed files with 6 additions and 5 deletions

View File

@@ -73,7 +73,7 @@ public slots:
signals:
void viewUpdated();
void gotoSourceLocation(const QString &fileName, int lineNumber);
void gotoSourceLocation(const QString &fileUrl, int lineNumber);
void timeChanged(qreal newTime);
private: