diff options
Diffstat (limited to 'utils/themeeditor/gui/fontdownloader.h')
-rw-r--r-- | utils/themeeditor/gui/fontdownloader.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/themeeditor/gui/fontdownloader.h b/utils/themeeditor/gui/fontdownloader.h index acd8ea54b3..2b8ae1980a 100644 --- a/utils/themeeditor/gui/fontdownloader.h +++ b/utils/themeeditor/gui/fontdownloader.h | |||
@@ -54,6 +54,8 @@ private: | |||
54 | QDir dir; | 54 | QDir dir; |
55 | QFile fout; | 55 | QFile fout; |
56 | QNetworkReply* reply; | 56 | QNetworkReply* reply; |
57 | |||
58 | bool cancelled; | ||
57 | }; | 59 | }; |
58 | 60 | ||
59 | #endif // FONTDOWNLOADER_H | 61 | #endif // FONTDOWNLOADER_H |