Remove unused method

This commit is contained in:
2022-08-29 18:29:00 +02:00
parent 39775b5e98
commit b51a305c63
3 changed files with 0 additions and 9 deletions
-1
View File
@@ -13,7 +13,6 @@ class FilesystemWidget : public QWidget
QAbstractItemModel *m_model;
public:
explicit FilesystemWidget(QAbstractItemModel *model, QWidget *parent = nullptr);
void setDir(const QString &dir);
private slots:
void selectFile(int row);
void fileClicked(const QModelIndex &index, const QModelIndex &);