From d9aa870e5d509cc7309ab82dd102a937ab58613a Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Thu, 9 Feb 2017 04:36:04 -0500 Subject: Imported Upstream version 3.1.1+dfsg1 --- Plugins/SqlEnterpriseFormatter/formatexpr.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Plugins/SqlEnterpriseFormatter/formatexpr.h') diff --git a/Plugins/SqlEnterpriseFormatter/formatexpr.h b/Plugins/SqlEnterpriseFormatter/formatexpr.h index 2712adc..bafe442 100644 --- a/Plugins/SqlEnterpriseFormatter/formatexpr.h +++ b/Plugins/SqlEnterpriseFormatter/formatexpr.h @@ -1,8 +1,10 @@ #ifndef FORMATEXPR_H #define FORMATEXPR_H +#include #include "formatstatement.h" + class SqliteExpr; class FormatExpr : public FormatStatement @@ -14,6 +16,8 @@ class FormatExpr : public FormatStatement void formatInternal(); private: + static QRegularExpression WORD_ONLY_RE; + SqliteExpr* expr = nullptr; }; -- cgit v1.2.3