aboutsummaryrefslogtreecommitdiffhomepage
path: root/qt/ScintillaEditBase/PlatQt.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-03-19 14:12:20 +1100
committerNeil <nyamatongwe@gmail.com>2021-03-19 14:12:20 +1100
commit6b444111ecfe47a3f94293c3959cf197e3415735 (patch)
treebf90b6915dcb2f45f22d3e2377a4252ec80c9259 /qt/ScintillaEditBase/PlatQt.h
parent9659ea34246320bd9872740d1ee6a5c9ae9066c6 (diff)
downloadscintilla-mirror-6b444111ecfe47a3f94293c3959cf197e3415735.tar.gz
Add Platform::Supports for SupportsFeature API.
Diffstat (limited to 'qt/ScintillaEditBase/PlatQt.h')
-rw-r--r--qt/ScintillaEditBase/PlatQt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt/ScintillaEditBase/PlatQt.h b/qt/ScintillaEditBase/PlatQt.h
index 844418343..ae0994b32 100644
--- a/qt/ScintillaEditBase/PlatQt.h
+++ b/qt/ScintillaEditBase/PlatQt.h
@@ -90,6 +90,7 @@ public:
Surface *surface, WindowID wid) override;
void Release() noexcept override;
+ int Supports(int feature) noexcept override;
bool Initialised() override;
void PenColour(ColourDesired fore) override;
int LogPixelsY() override;