summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowsdialoghelpers.cpp
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2020-08-10 11:15:12 +0200
committerKai Koehne <kai.koehne@qt.io>2020-08-12 12:52:55 +0200
commite6ac26ea60ce411d587caf5312d20bdd111fd97d (patch)
treeb1318de00038eaaf684f43e20495030b34e47c49 /src/plugins/platforms/windows/qwindowsdialoghelpers.cpp
parent27b1d1a1b24c37786c2cd1f9bdbe5917d97a4772 (diff)
Windows: Remove method not existing in base class
Change-Id: Ifd016eabb07849fb3f310593ebe5301d3a9b09c1 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Diffstat (limited to 'src/plugins/platforms/windows/qwindowsdialoghelpers.cpp')
-rw-r--r--src/plugins/platforms/windows/qwindowsdialoghelpers.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/platforms/windows/qwindowsdialoghelpers.cpp b/src/plugins/platforms/windows/qwindowsdialoghelpers.cpp
index 51b7b6d175..0312bde563 100644
--- a/src/plugins/platforms/windows/qwindowsdialoghelpers.cpp
+++ b/src/plugins/platforms/windows/qwindowsdialoghelpers.cpp
@@ -511,7 +511,6 @@ public:
IFACEMETHODIMP OnFileOk(IFileDialog *) override;
IFACEMETHODIMP OnFolderChange(IFileDialog *) override { return S_OK; }
IFACEMETHODIMP OnFolderChanging(IFileDialog *, IShellItem *) override;
- IFACEMETHODIMP OnHelp(IFileDialog *) { return S_OK; }
IFACEMETHODIMP OnSelectionChange(IFileDialog *) override;
IFACEMETHODIMP OnShareViolation(IFileDialog *, IShellItem *,
FDE_SHAREVIOLATION_RESPONSE *) override