forked from qt-creator/qt-creator
Cvs: Move to Tr::tr
Change-Id: Iba6cfa75745ec2644c1a3dd20949971d16f6dba7 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -5,8 +5,7 @@
|
||||
|
||||
#include <extensionsystem/iplugin.h>
|
||||
|
||||
namespace Cvs {
|
||||
namespace Internal {
|
||||
namespace Cvs::Internal {
|
||||
|
||||
class CvsPlugin final : public ExtensionSystem::IPlugin
|
||||
{
|
||||
@@ -26,5 +25,4 @@ private slots:
|
||||
#endif
|
||||
};
|
||||
|
||||
} // namespace Cvs
|
||||
} // namespace Internal
|
||||
} // namespace Cvs::Internal
|
||||
|
||||
Reference in New Issue
Block a user