23 #ifndef IMAGESELECTIONDIALOG_H 24 #define IMAGESELECTIONDIALOG_H 26 #include "GUI/Utils/Widgets/WidgetTemplate.h" 27 #include "Utils/Pimpl.h" 29 #include <QFileDialog> 42 void file_selected(
const QString& file);
45 #endif // IMAGESELECTIONDIALOG_H
Definition: ImageSelectionDialog.h:31