From b571ad66f7d16c3a967c6082adab579de423220b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B8=D0=B4=D0=B8=D1=8F=20=D0=9B=D0=B0=D0=B4=D1=8B?= =?UTF-8?q?=D0=B3=D0=B8=D0=BD=D0=B0?= Date: Sat, 30 Jan 2021 17:27:00 +0000 Subject: [PATCH] Delete xmlparser.h --- xmlparser.h | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 xmlparser.h diff --git a/xmlparser.h b/xmlparser.h deleted file mode 100644 index d654d10..0000000 --- a/xmlparser.h +++ /dev/null @@ -1,32 +0,0 @@ -#ifndef XMLPARSER_H -#define XMLPARSER_H - -#include -#include -#include -#include - -class XmlParser : public QTreeView -{ - Q_OBJECT - -private: //fields - QStandardItemModel* f_stdItemModel; - QStandardItem *f_parentItem; - QStandardItem *f_techItem; - QList f_rootList; - QStringList f_directoryList; -private: //methods - void traverseNode(const QDomNode& p_dNode, QStandardItem* p_item_ptr); - -public: //methods - XmlParser(QWidget* p_parent = 0); - -public slots: - void sltLoad(); - void sltDropAll(); - QList* sltGetRootList(); - void sltSetCurrentRoot(); -}; - -#endif // XMLPARSER_H -- GitLab