diff options
author | Michele Calgaro <[email protected]> | 2022-01-24 11:40:58 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-01-24 11:40:58 +0900 |
commit | 2c9b915b8d6b3fb0bf21cc8b3bd7d91308691e9f (patch) | |
tree | 7d78d8cbb9fcf31bf4760e1d75979e9ae247e884 /kdevdesigner/designer/resource.h | |
parent | 8a04ff90bd798531ed0af82aa34b11d6190202d5 (diff) | |
download | tdevelop-2c9b915b8d6b3fb0bf21cc8b3bd7d91308691e9f.tar.gz tdevelop-2c9b915b8d6b3fb0bf21cc8b3bd7d91308691e9f.zip |
Designer: use global includes instead of includehints and remove duplicated include directives if found in UI files.
Signed-off-by: Michele Calgaro <[email protected]>
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; }; |