added function for "server list item was chosen" information
This commit is contained in:
parent
26e01e80be
commit
d462cee138
1 changed files with 2 additions and 0 deletions
|
@ -66,6 +66,7 @@ public:
|
|||
const int iPingTimeLEDColor );
|
||||
|
||||
bool GetCancelPressed() const { return bCancelPressed; }
|
||||
bool GetServerListItemWasChosen() const { return bServerListItemWasChosen; }
|
||||
QString GetSelectedAddress() const { return strSelectedAddress; }
|
||||
|
||||
protected:
|
||||
|
@ -79,6 +80,7 @@ protected:
|
|||
QString strSelectedAddress;
|
||||
bool bServerListReceived;
|
||||
bool bCancelPressed;
|
||||
bool bServerListItemWasChosen;
|
||||
|
||||
public slots:
|
||||
void OnServerListItemDoubleClicked ( QTreeWidgetItem* Item, int );
|
||||
|
|
Loading…
Reference in a new issue