src: Switched all Qt..View implementations to use QtThreadedLambdaFunctor
This commit is contained in:
@@ -52,11 +52,6 @@ private:
|
||||
ID = 6
|
||||
};
|
||||
|
||||
void doRefreshView();
|
||||
void doClear();
|
||||
void doAddErrors(const std::vector<ErrorInfo>& errors, bool scrollTo);
|
||||
void doSetErrorId(Id errorId);
|
||||
|
||||
void setStyleSheet() const;
|
||||
|
||||
void addErrorToTable(const ErrorInfo& error);
|
||||
@@ -66,11 +61,6 @@ private:
|
||||
|
||||
static QIcon s_errorIcon;
|
||||
|
||||
QtThreadedFunctor<void> m_clearFunctor;
|
||||
QtThreadedFunctor<void> m_refreshFunctor;
|
||||
QtThreadedFunctor<const std::vector<ErrorInfo>&, bool> m_addErrorsFunctor;
|
||||
QtThreadedFunctor<Id> m_setErrorIdFunctor;
|
||||
|
||||
QtThreadedLambdaFunctor m_onQtThread;
|
||||
|
||||
ErrorFilter m_errorFilter;
|
||||
|
||||
Reference in New Issue
Block a user