We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0d148b commit 655edf3Copy full SHA for 655edf3
gui/resultitem.cpp
@@ -19,6 +19,5 @@
19
#include "resultitem.h"
20
21
ResultItem::ResultItem(QSharedPointer<ErrorItem> errorItem, Type type, int errorPathIndex)
22
- : errorItem(errorItem), mType(type), mErrorPathIndex(errorPathIndex)
23
-{
24
-}
+ : errorItem(errorItem), mType(type), mErrorPathIndex(errorPathIndex)
+{}
0 commit comments