forked from qt-creator/qt-creator
CppCheck: Tr::tr and code cosmetics
Change-Id: I5e6583984f7dc94e998df3c20840f2ba2e801ab8 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -9,15 +9,12 @@
|
||||
#include <QHash>
|
||||
#include <QTimer>
|
||||
|
||||
namespace Cppcheck {
|
||||
namespace Internal {
|
||||
namespace Cppcheck::Internal {
|
||||
|
||||
class CppcheckTool;
|
||||
|
||||
class CppcheckRunner final : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit CppcheckRunner(CppcheckTool &tool);
|
||||
~CppcheckRunner() override;
|
||||
@@ -47,5 +44,4 @@ private:
|
||||
int m_maxArgumentsLength = 32767;
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace Cppcheck
|
||||
} // Cppcheck::Internal
|
||||
|
||||
Reference in New Issue
Block a user