[Fix-Warnings] Remove more redundant empty declarations. (extra semicolons)

This commit is contained in:
Brübach, Lukas 2025-11-29 10:51:01 +01:00
parent 858361e6d3
commit 1b5ac08505
21 changed files with 37 additions and 37 deletions

View file

@ -135,7 +135,7 @@ private:
inline QString getCardUpdaterBinaryName()
{
return "oracle";
};
}
void createCardUpdateProcess(bool background = false);
void exitCardDatabaseUpdate();