diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-24 11:40:58 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-01-27 00:25:38 +0900 |
commit | 88faa384d4c64abedd4e2e79b9da582426a57c83 (patch) | |
tree | 620d5499f6a155001101794121d9c20859b4e518 /kdevdesigner/designer/resource.h | |
parent | e9f0abffad1db42069f80b5a6cef796e47801046 (diff) | |
download | tdevelop-88faa384d4c64abedd4e2e79b9da582426a57c83.tar.gz tdevelop-88faa384d4c64abedd4e2e79b9da582426a57c83.zip |
Designer: use global includes instead of includehints and remove duplicated include directives if found in UI files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 2c9b915b8d6b3fb0bf21cc8b3bd7d91308691e9f)
Diffstat (limited to 'kdevdesigner/designer/resource.h')
-rw-r--r-- | kdevdesigner/designer/resource.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kdevdesigner/designer/resource.h b/kdevdesigner/designer/resource.h index 06598254..4926e004 100644 --- a/kdevdesigner/designer/resource.h +++ b/kdevdesigner/designer/resource.h @@ -103,7 +103,6 @@ private: void saveColor( TQTextStream &ts, int indent, const TQColor &c ); void saveMetaInfoBefore( TQTextStream &ts, int indent ); void saveMetaInfoAfter( TQTextStream &ts, int indent ); - void saveIncludeHints( TQTextStream &ts, int indent ); void savePixmap( const TQPixmap &p, TQTextStream &ts, int indent, const TQString &tagname = "pixmap" ); void saveActions( const TQPtrList<TQAction> &actions, TQTextStream &ts, int indent ); void saveChildActions( TQAction *a, TQTextStream &ts, int indent ); @@ -157,7 +156,6 @@ private: TQString currFileName; LanguageInterface *langIface; bool hasFunctions; - TQStringList includeHints; TQString uiFileVersion; }; |