Skip to content
Snippets Groups Projects
Commit 30c89d4a authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

.

parent 5f9f8aef
No related branches found
No related tags found
1 merge request!2141GUI/View rename files and directory
...@@ -16,12 +16,12 @@ ...@@ -16,12 +16,12 @@
#define BORNAGAIN_GUI_MODEL_MODEL_DATAFILESTREE_H #define BORNAGAIN_GUI_MODEL_MODEL_DATAFILESTREE_H
#include <QAbstractItemModel> #include <QAbstractItemModel>
#include <QSet>
class DatafilesModel; class DatafilesModel;
class DatafileItem; class DatafileItem;
//! Tree model for real data item selection. Used for the tree in the import view. //! Tree representation of DatafilesModel, for use in DatafilesSelector.
class DatafilesTree : public QAbstractItemModel { class DatafilesTree : public QAbstractItemModel {
Q_OBJECT Q_OBJECT
public: public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment