forked from qt-creator/qt-creator
Bazaar: Convert to Tr::tr
Change-Id: If49e9ccf9426f049bff842b1facbd408d1d54d4e Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -5,8 +5,7 @@
|
||||
|
||||
#include <QtGlobal>
|
||||
|
||||
namespace Bazaar {
|
||||
namespace Constants {
|
||||
namespace Bazaar::Constants {
|
||||
|
||||
const char BAZAAR[] = "bazaar";
|
||||
const char BAZAARREPO[] = ".bzr";
|
||||
@@ -41,5 +40,4 @@ const char FSTATUS_DELETED[] = "Deleted";
|
||||
const char FSTATUS_MODIFIED[] = "Modified";
|
||||
const char FSTATUS_RENAMED[] = "Renamed";
|
||||
|
||||
} // namespace Constants
|
||||
} // namespace Bazaar
|
||||
} // Bazaar::Constants
|
||||
|
||||
Reference in New Issue
Block a user