aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/texteditor.qbs
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@qt.io>2023-10-09 14:16:30 +0200
committerhjk <hjk@qt.io>2023-11-07 15:24:57 +0000
commit4a081cb386e31ec23667faf83750c97dd9362c64 (patch)
tree73c9cd8c1b4267df4803a9d6c3ba194f6586695c /src/plugins/texteditor/texteditor.qbs
parent772546453a8a70667018fe14ef036684fadc802f (diff)
TextEditor: remove texteditor_p.h
There is no need to have an extra file for one struct that is only used inside texteditor.cpp Change-Id: Iee8f7ce5e0d19da7b444660d81c350eb10b501ef Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/texteditor/texteditor.qbs')
-rw-r--r--src/plugins/texteditor/texteditor.qbs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/texteditor/texteditor.qbs b/src/plugins/texteditor/texteditor.qbs
index a041fbcaa6..0c25f5bf5c 100644
--- a/src/plugins/texteditor/texteditor.qbs
+++ b/src/plugins/texteditor/texteditor.qbs
@@ -134,7 +134,6 @@ QtcPlugin {
"texteditor.h",
"texteditor.qrc",
"texteditor_global.h", "texteditortr.h",
- "texteditor_p.h",
"texteditoractionhandler.cpp",
"texteditoractionhandler.h",
"texteditorconstants.cpp",