ui: Fixed issues with error UI
* load error icon only once and reuse * fixed error not activated when selecting from list bug id = 287
This commit is contained in:
@@ -54,6 +54,8 @@ private:
|
||||
QCheckBox* createFilterCheckbox(const QString& name, bool checked, QBoxLayout* layout);
|
||||
bool isShownError(const ErrorInfo& error);
|
||||
|
||||
static QIcon s_errorIcon;
|
||||
|
||||
QtThreadedFunctor<void> m_clearFunctor;
|
||||
QtThreadedFunctor<void> m_refreshFunctor;
|
||||
QtThreadedFunctor<const std::vector<ErrorInfo>&, bool> m_addErrorsFunctor;
|
||||
@@ -69,8 +71,6 @@ private:
|
||||
|
||||
std::vector<ErrorInfo> m_errors;
|
||||
QPalette* m_palette;
|
||||
|
||||
bool m_ignoreNextSelection;
|
||||
};
|
||||
|
||||
#endif // QT_ERROR_VIEW_H
|
||||
|
||||
Reference in New Issue
Block a user