Remove some duplicate code

Signed-off-by: Yihe Li <winmikedows@hotmail.com>
This commit is contained in:
Yihe Li
2025-06-05 16:15:29 +08:00
parent e4a801fdf7
commit ef3bf75715
7 changed files with 31 additions and 50 deletions
-3
View File
@@ -162,9 +162,6 @@ class Application : public QApplication {
QString getModrinthAPIToken();
QString getUserAgent();
int getConsoleMaxLines() const;
bool shouldStopOnConsoleOverflow() const;
/// this is the root of the 'installation'. Used for automatic updates
const QString& root() { return m_rootPath; }