diff options
| author | Al12rs <gabriel.cortesi@outlook.com> | 2018-10-28 15:04:50 +0100 |
|---|---|---|
| committer | Al12rs <gabriel.cortesi@outlook.com> | 2018-10-28 15:04:50 +0100 |
| commit | dce6507dad1ff7d76a5c0497d516c79bacd08477 (patch) | |
| tree | 3ee70b476b0d5f1016a0348839ef696e25b86f40 /src/modinforegular.h | |
| parent | 42d2344f0b81cb1cf8dbe83e8f480b84ed0c3114 (diff) | |
Added Color costumization for Separators.
Diffstat (limited to 'src/modinforegular.h')
| -rw-r--r-- | src/modinforegular.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/modinforegular.h b/src/modinforegular.h index 2f3eb941..78a6e58a 100644 --- a/src/modinforegular.h +++ b/src/modinforegular.h @@ -311,6 +311,10 @@ public: virtual QStringList archives() const; + virtual void setColor(QColor color); + + virtual QColor getColor(); + virtual void addInstalledFile(int modId, int fileId); /** @@ -355,9 +359,12 @@ private: QString m_URL; QString m_GameName; + QDateTime m_CreationTime; QDateTime m_LastNexusQuery; + QColor m_Color; + int m_NexusID; std::set<std::pair<int, int>> m_InstalledFileIDs; |
