From 69b778424b380a32a6c83526b678466712c4a220 Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 12 Jun 2017 11:49:56 +1000 Subject: 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. --- qt/ScintillaEditPy/ScintillaEditPy.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt/ScintillaEditPy') 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 { # 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 -- cgit v1.2.3