forked from qt-creator/qt-creator
Valgrind: Modernize
modernize-* Change-Id: I6db60dce78cf2575e36caa597b1f095adba34fd9 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -46,9 +46,9 @@ public:
|
||||
ErrorRole = Debugger::DetailedErrorView::FullTextRole + 1,
|
||||
};
|
||||
|
||||
explicit ErrorListModel(QObject *parent = 0);
|
||||
explicit ErrorListModel(QObject *parent = nullptr);
|
||||
|
||||
typedef std::function<Frame(const Error &)> RelevantFrameFinder;
|
||||
using RelevantFrameFinder = std::function<Frame (const Error &)>;
|
||||
RelevantFrameFinder relevantFrameFinder() const;
|
||||
void setRelevantFrameFinder(const RelevantFrameFinder &relevantFrameFinder);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user