forked from qt-creator/qt-creator
Remove unneeded defines.
Mostly Q_DISABLE_COPY that were covered by the un-copy-ability of the respective base classes. Includes a few "stylistic" whitespace changes. Change-Id: I31ca0e7bada5ed0f34776976efe22ddc444a5bf2 Reviewed-on: http://codereview.qt.nokia.com/1609 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -45,7 +45,6 @@ namespace Internal {
|
||||
class CodaQmlProfilerRunner : public AbstractQmlProfilerRunner
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY(CodaQmlProfilerRunner)
|
||||
|
||||
using AbstractQmlProfilerRunner::appendMessage; // don't hide signal
|
||||
public:
|
||||
|
||||
@@ -44,7 +44,6 @@ namespace Internal {
|
||||
class LocalQmlProfilerRunner : public AbstractQmlProfilerRunner
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY(LocalQmlProfilerRunner)
|
||||
|
||||
public:
|
||||
struct Configuration {
|
||||
|
||||
@@ -43,7 +43,6 @@ namespace Internal {
|
||||
class RemoteLinuxQmlProfilerRunner : public AbstractQmlProfilerRunner
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY(RemoteLinuxQmlProfilerRunner)
|
||||
|
||||
using AbstractQmlProfilerRunner::appendMessage; // don't hide signal
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user