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:
@@ -3,19 +3,16 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "bazaarsettings.h"
|
||||
#include "branchinfo.h"
|
||||
|
||||
#include <vcsbase/vcsbaseclient.h>
|
||||
|
||||
namespace Bazaar {
|
||||
namespace Internal {
|
||||
namespace Bazaar::Internal {
|
||||
|
||||
class BazaarSettings;
|
||||
|
||||
class BazaarClient : public VcsBase::VcsBaseClient
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit BazaarClient(BazaarSettings *settings);
|
||||
|
||||
@@ -44,5 +41,4 @@ private:
|
||||
friend class CloneWizard;
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace Bazaar
|
||||
} // Bazaar::Internal
|
||||
|
||||
Reference in New Issue
Block a user