mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 18:32:55 +00:00
remove declaration of non-existing qt_app_fonts_hash() and qt_app_palettes_hash() functions
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
4d763d1c74
commit
e0855757c2
1 changed files with 0 additions and 3 deletions
|
@ -62,10 +62,7 @@ extern QClipboard *qt_clipboard;
|
|||
#endif
|
||||
|
||||
typedef QHash<QByteArray, QFont> FontHash;
|
||||
FontHash *qt_app_fonts_hash();
|
||||
|
||||
typedef QHash<QByteArray, QPalette> PaletteHash;
|
||||
PaletteHash *qt_app_palettes_hash();
|
||||
|
||||
class QApplicationPrivate : public QCoreApplicationPrivate
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue