CentOS: Another attempt
Esse commit está contido em:
@@ -38,7 +38,8 @@ namespace OCC {
|
||||
|
||||
GeneralSettings::GeneralSettings(QWidget *parent) :
|
||||
QWidget(parent),
|
||||
_ui(new Ui::GeneralSettings)
|
||||
_ui(new Ui::GeneralSettings),
|
||||
_currentlyLoading(false)
|
||||
{
|
||||
_ui->setupUi(this);
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@ private:
|
||||
Ui::GeneralSettings *_ui;
|
||||
QPointer<IgnoreListEditor> _ignoreEditor;
|
||||
QPointer<SyncLogDialog> _syncLogDialog;
|
||||
bool _currentlyLoading = false;
|
||||
bool _currentlyLoading;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário