diff options
author | Neil <nyamatongwe@gmail.com> | 2017-06-12 11:49:56 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2017-06-12 11:49:56 +1000 |
commit | 69b778424b380a32a6c83526b678466712c4a220 (patch) | |
tree | 808839f4df4bc62dd0d5faf5cd24620e8cbf8b3a /qt/ScintillaEditPy | |
parent | ccfd60b0fda24c2daa06ff02b2f909850095a56a (diff) | |
download | scintilla-mirror-69b778424b380a32a6c83526b678466712c4a220.tar.gz |
Backport: Removed unused functions and methods from Platform.h.
Replaced Platform::Clamp with Sci::clamp.
Drop MouseButtonBounce workaround for very early GTK+/Linux.
Backported from changeset 6307:7030530a9a0f.
Diffstat (limited to 'qt/ScintillaEditPy')
-rw-r--r-- | qt/ScintillaEditPy/ScintillaEditPy.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/ScintillaEditPy/ScintillaEditPy.pro b/qt/ScintillaEditPy/ScintillaEditPy.pro index 49f7fb0f2..270a64b55 100644 --- a/qt/ScintillaEditPy/ScintillaEditPy.pro +++ b/qt/ScintillaEditPy/ScintillaEditPy.pro @@ -13,7 +13,7 @@ VERSION = $$SCINTILLA_VERSION unix { # <regex> requires C++11 support - greaterThan(QT_MAJOR_VERSION, 4){ + greaterThan(QT_MAJOR_VERSION, 4){ CONFIG += c++11 } else { QMAKE_CXXFLAGS += -std=c++0x -Wno-deprecated-declarations |