[Oracle] Move oracle settings to separate file (#6588)

This commit is contained in:
RickyRister 2026-02-07 18:44:49 -08:00 committed by GitHub
parent 3ada27eae1
commit 32aa60bb14
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 30 additions and 2 deletions

View file

@ -75,6 +75,8 @@ private:
QString cardSourceUrl;
QString cardSourceVersion;
void migrateOracleSettings();
protected:
void changeEvent(QEvent *event) override;
};