Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Schuster <michael@schuster.ms>2019-09-27 05:54:04 +0300
committerMichael Schuster <michael@schuster.ms>2019-09-27 05:58:12 +0300
commit00db94a73c6da2ed343bc39a2205b3fea4a4ff65 (patch)
tree4f9b2d9b8a3645b7f3dbe652feb66c8d2c94dffe /src/gui/settingsdialog.h
parentf6b03f0186d8d727896a78a5c674ad87f95328de (diff)
Revert "Fix White Window issue on Windows after Qt 5.12.4 upgrade"
This reverts commit 8f616969ab482c72092cb7c037a91292a0f159e1. Turns out that with the upgrade to the new released Qt 5.12.5 the issue has been solved by the Qt developers, so this fix becomes obsolete. Signed-off-by: Michael Schuster <michael@schuster.ms>
Diffstat (limited to 'src/gui/settingsdialog.h')
-rw-r--r--src/gui/settingsdialog.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/gui/settingsdialog.h b/src/gui/settingsdialog.h
index 6ae5f8896..97d15c03c 100644
--- a/src/gui/settingsdialog.h
+++ b/src/gui/settingsdialog.h
@@ -68,22 +68,10 @@ protected:
void accept() override;
void changeEvent(QEvent *) override;
- // FIX - White Window issue on Windows after Qt 5.12.4 upgrade ///////////////////////////////
- #if (defined(Q_OS_WIN) && (QT_VERSION >= QT_VERSION_CHECK(5, 12, 4)))
- void showEvent(QShowEvent *) override;
- #endif
- // FIX - White Window issue on Windows after Qt 5.12.4 upgrade ///////////////////////////////
-
private slots:
void accountAdded(AccountState *);
void accountRemoved(AccountState *);
- // FIX - White Window issue on Windows after Qt 5.12.4 upgrade ///////////////////////////////
- #if (defined(Q_OS_WIN) && (QT_VERSION >= QT_VERSION_CHECK(5, 12, 4)))
- void timerShowEvent();
- #endif
- // FIX - White Window issue on Windows after Qt 5.12.4 upgrade ///////////////////////////////
-
private:
void customizeStyle();
void activityAdded(AccountState *);