git-svn-id: svn://db.shs.com.ru/libs@558 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2019-06-22 20:37:27 +00:00
parent 46af39bb88
commit 25fea9b21a
6 changed files with 163 additions and 8 deletions

View File

@@ -35,11 +35,14 @@ protected:
PIString cur_server;
PIPeer peer;
int request_timer;
private slots:
void procPIEvents() {callQueuedEvents();}
void buildTree(QByteArray d);
void procRequestTimer();
void on_listApp_currentRowChanged(int r);
void on_buttonRequest_clicked();
public slots: