diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2021-12-06 18:54:46 -0600 |
|---|---|---|
| committer | Mikaƫl Capelle <capelle.mikael@gmail.com> | 2022-04-19 15:17:23 +0200 |
| commit | fb4cd4375c0a547129b454c376a32d752bc70422 (patch) | |
| tree | 7356323bee8287eb7a843e5d182592cfa9cbd0ce /src/loghighlighter.cpp | |
| parent | c4b2be45d29a247422e60bb8fdf1664c10384eee (diff) | |
Remove dependency on Core5Compat
Diffstat (limited to 'src/loghighlighter.cpp')
| -rw-r--r-- | src/loghighlighter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/loghighlighter.cpp b/src/loghighlighter.cpp index f43e5662..cd7129ac 100644 --- a/src/loghighlighter.cpp +++ b/src/loghighlighter.cpp @@ -18,7 +18,6 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. */
#include "loghighlighter.h"
-#include <QRegExp>
LogHighlighter::LogHighlighter(QObject *parent) :
QSyntaxHighlighter(parent)
|
