|
|
|
@ -55,7 +55,6 @@ public slots: |
|
|
|
|
|
|
|
|
|
|
|
private: |
|
|
|
private: |
|
|
|
void init(const Akonadi::Collection&); |
|
|
|
void init(const Akonadi::Collection&); |
|
|
|
bool mIsLocalSystemFolder; |
|
|
|
|
|
|
|
QCheckBox *mIconsCheckBox; |
|
|
|
QCheckBox *mIconsCheckBox; |
|
|
|
QLabel *mNormalIconLabel; |
|
|
|
QLabel *mNormalIconLabel; |
|
|
|
KIconButton *mNormalIconButton; |
|
|
|
KIconButton *mNormalIconButton; |
|
|
|
@ -68,6 +67,7 @@ private: |
|
|
|
MessageList::Utils::ThemeComboBox *mThemeComboBox; |
|
|
|
MessageList::Utils::ThemeComboBox *mThemeComboBox; |
|
|
|
Akonadi::Collection mCurrentCollection; |
|
|
|
Akonadi::Collection mCurrentCollection; |
|
|
|
int mShowSenderReceiverValue; |
|
|
|
int mShowSenderReceiverValue; |
|
|
|
|
|
|
|
bool mIsLocalSystemFolder; |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
AKONADI_COLLECTION_PROPERTIES_PAGE_FACTORY( CollectionViewPageFactory, CollectionViewPage ) |
|
|
|
AKONADI_COLLECTION_PROPERTIES_PAGE_FACTORY( CollectionViewPageFactory, CollectionViewPage ) |
|
|
|
|