Skip to content

Commit

Permalink
remove: obsolete include
Browse files Browse the repository at this point in the history
Signed-off-by: Patrizio Bekerle <[email protected]>
  • Loading branch information
pbek committed Sep 24, 2024
1 parent d3e019b commit 000cc72
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions qmarkdowntextedit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
#include <QRegularExpressionMatch>
#include <QRegularExpressionMatchIterator>
#include <QScrollBar>
#include <QSettings>
#include <QTextBlock>
#include <QTimer>
#include <QWheelEvent>
Expand Down Expand Up @@ -1094,7 +1093,6 @@ bool QMarkdownTextEdit::increaseSelectedTextIndention(
if (reverse) {
// un-indent text

// QSettings settings;
const int indentSize = indentCharacters == QStringLiteral("\t")
? 4
: indentCharacters.length();
Expand Down

0 comments on commit 000cc72

Please sign in to comment.