Disable use of QFileSystemModel on ARM platform

This commit is contained in:
2025-07-27 10:06:38 +02:00
parent c416ae9941
commit 3bdfb12d4f
3 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ class MainWindow : public QMainWindow
FilesystemWidget *m_filesystem;
Filetree *m_filetree;
DataBaseView *m_databaseView;
PlateSolving *_plateSolving;
PlateSolving *_plateSolving = nullptr;
static int socketPair[2];
QSocketNotifier *socketNotifier;
QString _lastDir;