We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e88de11 commit ebc792eCopy full SHA for ebc792e
1 file changed
gui/resultstree.cpp
@@ -74,11 +74,6 @@ static const char TAGS[] = "tags";
74
static const int COLUMN_SINCE_DATE = 6;
75
static const int COLUMN_TAGS = 7;
76
77
-static QString getFunction(QStandardItem *item)
78
-{
79
- return item->data().toMap().value("function").toString();
80
-}
81
-
82
ResultsTree::ResultsTree(QWidget * parent) :
83
QTreeView(parent),
84
mSettings(nullptr),
0 commit comments