mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
GcWindowResgistry compile nit
This commit is contained in:
@@ -123,6 +123,7 @@ GcWindowRegistry::title(GcWinID id)
|
||||
if (GcWindows[i].relevance && GcWindows[i].id == id)
|
||||
return GcWindows[i].name;
|
||||
}
|
||||
return QString("unknown");
|
||||
}
|
||||
|
||||
QList<GcWinID> idsForType(int type)
|
||||
|
||||
Reference in New Issue
Block a user