Add drop file support

This commit is contained in:
2022-04-14 11:20:16 +02:00
parent 56d6db8bc3
commit 26be690c70
4 changed files with 32 additions and 2 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ protected slots:
void updateWindowTitle();
void pixmapLoaded(Image *image);
void loadFile();
void loadFile(const QString path);
void loadFile(const QString &path);
void loadFile(int row);
void indexDir();
void saveAs();