mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-26 00:23:55 -07:00
Misc startup improvement (#3740)
* Misc startup improvement * fix paths * clangiftw * reworked save sets dialog * Unified load and save steps for tokens and spoilers; added "finished" page * linting1 * linting2 * wording * undo layout change * wording * fix spoiler path again * simplify phrase * lint * lint fix Signed-off-by: Zach Halpern <ZaHalpern+github@gmail.com>
This commit is contained in:
parent
e084bd18a9
commit
1d8fb79e11
11 changed files with 402 additions and 504 deletions
|
|
@ -102,7 +102,8 @@ private slots:
|
|||
void actManageSets();
|
||||
void actEditTokens();
|
||||
|
||||
void alertForcedOracleRun(const QString &);
|
||||
void startupConfigCheck();
|
||||
void alertForcedOracleRun(const QString &version, bool isUpdate);
|
||||
|
||||
private:
|
||||
static const QString appName;
|
||||
|
|
@ -154,17 +155,4 @@ protected:
|
|||
QString extractInvalidUsernameMessage(QString &in);
|
||||
};
|
||||
|
||||
class MainUpdateHelper : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
signals:
|
||||
void newVersionDetected(QString);
|
||||
|
||||
public:
|
||||
explicit MainUpdateHelper() = default;
|
||||
~MainUpdateHelper() override = default;
|
||||
void testForNewVersion();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue