summaryrefslogtreecommitdiff
path: root/src/loghighlighter.cpp
diff options
context:
space:
mode:
authorJeremy Rimpo <jeremy.rimpo@servermonkey.com>2021-12-06 18:54:46 -0600
committerMikaƫl Capelle <capelle.mikael@gmail.com>2022-04-19 15:17:23 +0200
commitfb4cd4375c0a547129b454c376a32d752bc70422 (patch)
tree7356323bee8287eb7a843e5d182592cfa9cbd0ce /src/loghighlighter.cpp
parentc4b2be45d29a247422e60bb8fdf1664c10384eee (diff)
Remove dependency on Core5Compat
Diffstat (limited to 'src/loghighlighter.cpp')
-rw-r--r--src/loghighlighter.cpp1
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)