Old element panel doesn't manage the embedded collection of project anymore.

Remove unused classes (become unused since the old panel doesn't manage embedded collection)


git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4523 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2016-05-25 15:12:01 +00:00
parent 8aa79b165a
commit 0b1fdb1564
10 changed files with 6 additions and 682 deletions

View File

@@ -21,7 +21,6 @@
#include <QDialog>
#include "elementslocation.h"
class ElementsCategory;
class NamesListWidget;
class QFileNameEdit;
class QDialogButtonBox;
@@ -43,7 +42,6 @@ class ElementsCategoryEditor : public QDialog
ElementsCategoryEditor(const ElementsCategoryEditor &);
private:
ElementsCategory *category;
QDialogButtonBox *m_buttons;
NamesListWidget *m_names_list;
QLabel *m_file_name;