14:825d9ed1ee01 | 15:3d3e5f0fc4cc |
---|---|
52 void buttonPressed( QAbstractButton* btn ); | 52 void buttonPressed( QAbstractButton* btn ); |
53 | 53 |
54 private: | 54 private: |
55 Ui_ConfigBox* ui; | 55 Ui_ConfigBox* ui; |
56 list<QLineEdit*> m_zanBinaries; | 56 list<QLineEdit*> m_zanBinaries; |
57 QNetworkAccessManager* m_nam; | |
58 QNetworkReply* m_reply; | |
59 }; | 57 }; |
60 | 58 |
61 #endif // CONFIG_H | 59 #endif // CONFIG_H |