FileSystemWatcherInterface: Change signal to non const
This commit is contained in:
@@ -40,7 +40,7 @@ class FileSystemWatcherInterface : public QObject {
|
|||||||
static FileSystemWatcherInterface *Create(QObject *parent = nullptr);
|
static FileSystemWatcherInterface *Create(QObject *parent = nullptr);
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
void PathChanged(const QString &path);
|
void PathChanged(QString path);
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user