Move ListNode dialog layout code into separate ui file
[vlp.git] / src / lgconfig / lgconfig.h
index bdd2ae24fa39cd360fb7638c778409576eae81df..67dc3e2cc249b9b6a9f2732ae938341002584ee2 100644 (file)
@@ -27,7 +27,6 @@ public:
 class QInstall: public QMainWindow, private Ui::VLPConfigWindow {
        Q_OBJECT
 public:
-       Q3ListBox *nodelist;
        QList<VLPEntry*> Nodes;
 
        /**
@@ -35,26 +34,6 @@ public:
         */
        QInstall();
 
-       /**
-        * Checks if node with specified id already exists
-        *
-        * @param id ID of the node to search for
-        * @return true if node with specified ID has been found, false otherwise
-        */
-       bool check_id(int id);
-
-       /**
-        * Checks if node with specified address already exists
-        *
-        * @param addr address of the node to search for
-        * @return true if node with specified address has been found, false otherwise
-        */
-       bool check_addr(QString addr);
-
-public slots:
-       void AddNode();
-       void DelNode();
-
 private slots:
        void on_actionConfigure_triggered();
        void on_actionQuit_triggered();