diff options
author | Petr Mrázek <peterix@gmail.com> | 2016-03-13 20:57:01 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2016-03-26 17:05:27 +0100 |
commit | fb9dfcb951d9cf9c19fc868703cb66e15aa9a1e6 (patch) | |
tree | ffff93a5ac0de669293d695c446ae2051c74cb4f /application/pages/VersionPage.h | |
parent | 010e07eb4552d805ad3dc08347531d9bad6b3c24 (diff) | |
download | MultiMC-fb9dfcb951d9cf9c19fc868703cb66e15aa9a1e6.tar MultiMC-fb9dfcb951d9cf9c19fc868703cb66e15aa9a1e6.tar.gz MultiMC-fb9dfcb951d9cf9c19fc868703cb66e15aa9a1e6.tar.lz MultiMC-fb9dfcb951d9cf9c19fc868703cb66e15aa9a1e6.tar.xz MultiMC-fb9dfcb951d9cf9c19fc868703cb66e15aa9a1e6.zip |
NOISSUE stop referring to the minecraft profile as 'version'
Diffstat (limited to 'application/pages/VersionPage.h')
-rw-r--r-- | application/pages/VersionPage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/pages/VersionPage.h b/application/pages/VersionPage.h index e7b07ac3..c8e5567c 100644 --- a/application/pages/VersionPage.h +++ b/application/pages/VersionPage.h @@ -80,7 +80,7 @@ protected: private: Ui::VersionPage *ui; - std::shared_ptr<MinecraftProfile> m_version; + std::shared_ptr<MinecraftProfile> m_profile; OneSixInstance *m_inst; int currentIdx = 0; BasePageContainer * m_container = nullptr; |