X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;ds=sidebyside;f=src%2Flgconfig%2FNodeListDialog.h;h=e75e632cbd3ca1d144e20932c5e563706c18fc4c;hb=92bd051b4d3877757e094b572e11ff2dda333d38;hp=65f48b6103b99382de69cb5c337e30696f648fa2;hpb=e1c9f64d814247154fc734afdc9b1593d88425bb;p=vlp.git diff --git a/src/lgconfig/NodeListDialog.h b/src/lgconfig/NodeListDialog.h index 65f48b6..e75e632 100644 --- a/src/lgconfig/NodeListDialog.h +++ b/src/lgconfig/NodeListDialog.h @@ -9,6 +9,10 @@ #include "ui/dialogs/NodeListDialog.h" +/** + * @file + */ + namespace loglan { namespace vlp { namespace dialog { @@ -20,7 +24,7 @@ namespace dialog { class NodeListDialog : public QDialog, private Ui::NodeListDialog { Q_OBJECT private: - QList *_nodes; + QList _nodes; public: /** * Class constructor @@ -28,7 +32,7 @@ public: * @param nodes actual list of nodes to init dialog with * @param parent parent widget for this dialog */ - NodeListDialog(QList *nodes, QWidget * parent = 0); + NodeListDialog(QList nodes, QWidget * parent = 0); /** * Class destuctor @@ -51,6 +55,8 @@ public: */ bool check_addr(QString addr); + QList getNodes(); + private: /** * Removes list of nodes from the list widget