Improve file selection in file system widget
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ public:
|
||||
void setDir(const QString &dir);
|
||||
private slots:
|
||||
void selectFile(int row);
|
||||
void fileClicked(const QModelIndex &index);
|
||||
void fileClicked(const QModelIndex &index, const QModelIndex &);
|
||||
signals:
|
||||
void fileSelected(int row);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user