X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=src%2Flgconfig%2Flgconfig.h;h=e303582b1ebed4979c9e5cef0c25b085c59f6a9e;hb=102bb4502a025413347099ad598270ded98fa2f0;hp=bdd2ae24fa39cd360fb7638c778409576eae81df;hpb=c4807f0a3bb9f6cbcdbcb00f1d401b8d3a1c2b02;p=vlp.git diff --git a/src/lgconfig/lgconfig.h b/src/lgconfig/lgconfig.h index bdd2ae2..e303582 100644 --- a/src/lgconfig/lgconfig.h +++ b/src/lgconfig/lgconfig.h @@ -2,14 +2,14 @@ #define _VLP_LGCONFIG_H #include -#include #include -#include - -#include #include "ui/VLPConfigWindow.h" +/** + * @file + */ + namespace loglan { namespace vlp { @@ -27,34 +27,13 @@ public: class QInstall: public QMainWindow, private Ui::VLPConfigWindow { Q_OBJECT public: - Q3ListBox *nodelist; - QList Nodes; + QList nodes; /** * Class constructor */ 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();