forked from qt-creator/qt-creator
Git: Convert to Tr::tr
Change-Id: I7fb1753109a9263c70c01713f5f4895db6b73662 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -6,8 +6,7 @@
|
||||
#include <coreplugin/dialogs/ioptionspage.h>
|
||||
#include <vcsbase/vcsbaseclientsettings.h>
|
||||
|
||||
namespace Git {
|
||||
namespace Internal {
|
||||
namespace Git::Internal {
|
||||
|
||||
enum CommitType
|
||||
{
|
||||
@@ -19,8 +18,6 @@ enum CommitType
|
||||
// Todo: Add user name and password?
|
||||
class GitSettings : public VcsBase::VcsBaseSettings
|
||||
{
|
||||
Q_DECLARE_TR_FUNCTIONS(Git::Internal::GitSettings)
|
||||
|
||||
public:
|
||||
GitSettings();
|
||||
|
||||
@@ -51,5 +48,4 @@ public:
|
||||
explicit GitSettingsPage(GitSettings *settings);
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace Git
|
||||
} // Git::Internal
|
||||
|
||||
Reference in New Issue
Block a user