mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
fixed windows compilation
This commit is contained in:
parent
bc55a05480
commit
ec2a2f30b7
2 changed files with 5 additions and 4 deletions
|
@ -22,10 +22,10 @@ class Version
|
|||
public:
|
||||
static const Version &getInstance();
|
||||
|
||||
const QString &getVersion() const;
|
||||
const QString &getCommitHash() const;
|
||||
const QString &getDateOfBuild() const;
|
||||
const QString &getFullVersion() const;
|
||||
const QString &version() const;
|
||||
const QString &commitHash() const;
|
||||
const QString &dateOfBuild() const;
|
||||
const QString &fullVersion() const;
|
||||
|
||||
private:
|
||||
Version();
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#include "AttachedWindow.hpp"
|
||||
|
||||
#include "Application.hpp"
|
||||
#include "singletons/Settings.hpp"
|
||||
#include "util/DebugCount.hpp"
|
||||
#include "widgets/splits/Split.hpp"
|
||||
|
||||
|
|
Loading…
Reference in a new issue