aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/textdocumentlayout.h
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@qt.io>2018-11-25 18:52:41 +0100
committerAlessandro Portale <alessandro.portale@qt.io>2018-11-30 17:35:18 +0000
commit2e2059e8b52fb53b0ce34a12ce7a7da08423aac9 (patch)
treecb8fcd030de0d4feda2805f87433e4f0d8d8f42d /src/plugins/texteditor/textdocumentlayout.h
parenta9fa1fe5b1f16281ba7eaec457093dd811407e1c (diff)
TextEditor: Modernize
modernize-* Change-Id: Ic497fea1942a77cf017be3b0033f92e3807066f1 Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/texteditor/textdocumentlayout.h')
-rw-r--r--src/plugins/texteditor/textdocumentlayout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/texteditor/textdocumentlayout.h b/src/plugins/texteditor/textdocumentlayout.h
index 06ff57b902..f436b30d03 100644
--- a/src/plugins/texteditor/textdocumentlayout.h
+++ b/src/plugins/texteditor/textdocumentlayout.h
@@ -35,7 +35,7 @@
namespace TextEditor {
struct Parenthesis;
-typedef QVector<Parenthesis> Parentheses;
+using Parentheses = QVector<Parenthesis>;
struct TEXTEDITOR_EXPORT Parenthesis
{