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 <QInputDialog>
|
||||
#include <QLineEdit>
|
||||
|
||||
namespace Git {
|
||||
namespace Internal {
|
||||
namespace Git::Internal {
|
||||
|
||||
void Stash::clear()
|
||||
{
|
||||
@@ -72,5 +71,4 @@ QString versionString(unsigned ver)
|
||||
.arg(versionPart(ver));
|
||||
}
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace Git
|
||||
} // Git::Internal
|
||||
|
||||
Reference in New Issue
Block a user