Git: Convert to Tr::tr

Change-Id: I7fb1753109a9263c70c01713f5f4895db6b73662
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Alessandro Portale
2022-10-06 14:05:43 +02:00
committed by hjk
parent b8efc2f14d
commit 928a7d2087
62 changed files with 776 additions and 4045 deletions

View File

@@ -6,26 +6,18 @@
#include <utils/filepath.h>
#include <QAbstractListModel>
#include <QVariant>
#include <optional>
namespace VcsBase { class VcsCommand; }
namespace Git {
namespace Internal {
class GitClient;
namespace Git::Internal {
class BranchNode;
class GitClient;
// --------------------------------------------------------------------------
// BranchModel:
// --------------------------------------------------------------------------
class BranchModel : public QAbstractItemModel {
Q_OBJECT
class BranchModel : public QAbstractItemModel
{
public:
explicit BranchModel(GitClient *client, QObject *parent = nullptr);
~BranchModel() override;
@@ -80,5 +72,4 @@ private:
Private *d;
};
} // namespace Internal
} // namespace Git
} // Git::Internal