From a69b55c674b0528c00598bea54b7a661f4e49f27 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Thu, 7 Oct 2021 15:17:57 +0200 Subject: Conversion to the cmake building system. Signed-off-by: gregory guy --- qt/qextscintilla.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qt/qextscintilla.cpp') diff --git a/qt/qextscintilla.cpp b/qt/qextscintilla.cpp index 308a8c2..615fc00 100644 --- a/qt/qextscintilla.cpp +++ b/qt/qextscintilla.cpp @@ -3029,3 +3029,5 @@ void QextScintilla::handleUserListSelection(const char *text, int id) { emit userListActivated(id, TQString(text)); } + +#include "qextscintilla.moc" -- cgit v1.2.3