X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=src%2Flgconfig%2Flgconfig.h;h=e303582b1ebed4979c9e5cef0c25b085c59f6a9e;hb=refs%2Ftags%2F3.4-b1;hp=4036391e1e7fbcc62828f82a592a2ace619fd0f4;hpb=8758a2ce8b1ecd7f588d3fc9c985ea46b3ad1776;p=vlp.git diff --git a/src/lgconfig/lgconfig.h b/src/lgconfig/lgconfig.h index 4036391..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(char * addr); - -public slots: - void AddNode(); - void DelNode(); - private slots: void on_actionConfigure_triggered(); void on_actionQuit_triggered();