mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
imagewriter: Windows: Remove taskbar progress indicator
This is no longer supported in Qt6, with no replacement available.
This commit is contained in:
parent
bb30d38b77
commit
103924eff0
2 changed files with 0 additions and 45 deletions
|
@ -23,7 +23,6 @@
|
|||
class QQmlApplicationEngine;
|
||||
class DownloadThread;
|
||||
class QNetworkReply;
|
||||
class QWinTaskbarButton;
|
||||
class QTranslator;
|
||||
|
||||
class ImageWriter : public QObject
|
||||
|
@ -203,9 +202,6 @@ protected:
|
|||
QMap<QString,QString> _translations;
|
||||
bool _customCacheFile;
|
||||
QTranslator *_trans;
|
||||
#ifdef Q_OS_WIN
|
||||
QWinTaskbarButton *_taskbarButton;
|
||||
#endif
|
||||
|
||||
void _parseCompressedFile();
|
||||
void _parseXZFile();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue