diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-25 12:25:06 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-25 12:25:06 +0900 |
commit | a09a6bc05e3f64c27e7c84dd768c7720fdf41136 (patch) | |
tree | fe5a644a42056c012132e5bbc57f3ce1ba40d5c2 /src/kernel/qfontdata_p.h | |
parent | bba3e1fa3870a23f1cf0b5d1143ffd646ac797a4 (diff) | |
download | tqt3-a09a6bc05e3f64c27e7c84dd768c7720fdf41136.tar.gz tqt3-a09a6bc05e3f64c27e7c84dd768c7720fdf41136.zip |
Remove documentation for QWS classes and Qt/Embedded
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/kernel/qfontdata_p.h')
-rw-r--r-- | src/kernel/qfontdata_p.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/kernel/qfontdata_p.h b/src/kernel/qfontdata_p.h index 991b61773..1aae9b76c 100644 --- a/src/kernel/qfontdata_p.h +++ b/src/kernel/qfontdata_p.h @@ -201,9 +201,6 @@ public: TQFontCache(); ~TQFontCache(); -#ifdef TQ_WS_QWS - void clear(); -#endif // universal key structure. TQFontEngineDatas and TQFontEngines are cached using // the same keys struct Key { @@ -259,7 +256,7 @@ public: TQFontEngine *findEngine( const Key &key ); void insertEngine( const Key &key, TQFontEngine *engine ); -#if defined(TQ_WS_WIN) || defined(TQ_WS_QWS) +#if defined(TQ_WS_WIN) void cleanupPrinterFonts(); #endif |