Git: Simplify translations

Change-Id: I6b1af54d6cb5bc5569f5fffdec29f00b37a34436
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Orgad Shaneh
2016-11-08 08:57:16 +02:00
committed by Orgad Shaneh
parent 0bcfc977e9
commit b98f2a3059
2 changed files with 12 additions and 10 deletions

View File

@@ -82,6 +82,8 @@ Q_DECLARE_FLAGS(FileStates, FileState)
class CommitData
{
Q_DECLARE_TR_FUNCTIONS(Git::Internal::CommitData)
public:
CommitData(CommitType type = SimpleCommit);
// A pair of state string/file name ('modified', 'file.cpp').