Skip to content

Commit 8aa2abe

Browse files
committed
- Unused??
1 parent ddd97fd commit 8aa2abe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/strconstants.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -225,10 +225,10 @@ QString StrConstants::getVersion(){
225225
return QObject::tr("Version");
226226
}
227227

228-
QString StrConstants::getOutdated()
228+
/*QString StrConstants::getOutdated()
229229
{
230230
return QObject::tr("Outdated");
231-
}
231+
}*/
232232

233233
QString StrConstants::getOutdatedVersion(){
234234
return QObject::tr("Outdated version");

src/strconstants.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class StrConstants{
5757
static QString getOptions();
5858
static QString getName();
5959
static QString getVersion();
60-
static QString getOutdated();
60+
//static QString getOutdated();
6161
static QString getOutdatedVersion();
6262
static QString getAvailableVersion();
6363
static QString getNoDescriptionAvailabe();

0 commit comments

Comments
 (0)