Git: Pimpl BranchModel

Change-Id: I18b7fae8b47b449cf1f049a466efb6a1fbb7e522
Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
Orgad Shaneh
2018-11-10 21:14:21 +02:00
committed by Orgad Shaneh
parent 3b6f45a7a3
commit 1ef39405a4
2 changed files with 83 additions and 65 deletions

View File

@@ -94,13 +94,8 @@ private:
QString toolTip(const QString &sha) const;
GitClient *m_client;
QString m_workingDirectory;
BranchNode *m_rootNode;
BranchNode *m_currentBranch = nullptr;
QString m_currentSha;
QStringList m_obsoleteLocalBranches;
bool m_oldBranchesIncluded = false;
class Private;
Private *d;
};
} // namespace Internal