Skip to content

Commit d74abb6

Browse files
committed
Comment remove
1 parent 801cad4 commit d74abb6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

gui/projectfile.h

-7
Original file line numberDiff line numberDiff line change
@@ -107,17 +107,10 @@ class ProjectFile : public QObject {
107107
mCheckUnusedTemplates = b;
108108
}
109109

110-
/**
111-
* @brief Get inline suppression usage.
112-
* @return inline suppression usage.
113-
*/
114110
bool getInlineSuppression() const {
115111
return mInlineSuppression;
116112
}
117113

118-
/**
119-
* @brief Set inline suppression usage.
120-
*/
121114
void setInlineSuppression(bool b) {
122115
mInlineSuppression = b;
123116
}

0 commit comments

Comments
 (0)