mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-26 07:55:44 -04:00
fix previous - forgot .h file
This commit is contained in:
parent
5dc5496767
commit
091ea055fe
1 changed files with 3 additions and 1 deletions
|
@ -90,12 +90,14 @@ private slots:
|
||||||
void inviteAol();
|
void inviteAol();
|
||||||
void inviteYandex();
|
void inviteYandex();
|
||||||
|
|
||||||
|
void toggleAdvanced();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
// returns the translated error string for the error code (to be found in rspeers.h)
|
// returns the translated error string for the error code (to be found in rspeers.h)
|
||||||
QString getErrorString(uint32_t) ;
|
QString getErrorString(uint32_t) ;
|
||||||
void updateStylesheet();
|
void updateStylesheet();
|
||||||
void setTitleText(QWizardPage *page, const QString &title);
|
void setTitleText(QWizardPage *page, const QString &title);
|
||||||
|
bool AdvancedVisible;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
bool error;
|
bool error;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue