diff options
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 5b1621f..8e483d2 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -52,11 +52,11 @@ class QPushButton; class QComboBox; class QPlainTextEdit; class QSplitter; -class QProgressBar; class QTimer; class QToolButton; class QVBoxLayout; +class BusyIndicator; class ThreadListModel; class MessageView; class MailSync; @@ -1074,7 +1074,7 @@ private: QLabel *m_pendingLabel = nullptr; /// Indeterminate, shown only while a sync runs. See setSyncBusy(). - QProgressBar *m_syncProgress = nullptr; + BusyIndicator *m_syncProgress = nullptr; /// The last counts the worker answered, one per placeholderLines() entry. /// Empty until the first reply, which renders the pane without its helper |
