forked from qt-creator/qt-creator
Wholesale conversion to #pragma once
Kudos to cgmb and https://github.com/cgmb/guardonce Change-Id: Ifa8970734b8d43fd08c9260c645bdb0228633791 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -23,8 +23,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef LIBVALGRIND_CALLGRINDABSTRACTMODEL_H
|
||||
#define LIBVALGRIND_CALLGRINDABSTRACTMODEL_H
|
||||
#pragma once
|
||||
|
||||
#include <QAbstractItemView>
|
||||
|
||||
@@ -43,5 +42,3 @@ enum AbstractModelRoles
|
||||
|
||||
} // Callgrind
|
||||
} // Valgrind
|
||||
|
||||
#endif // LIBVALGRIND_CALLGRINDABSTRACTMODEL_H
|
||||
|
||||
@@ -23,8 +23,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef VALGRIND_CALLGRIND_CALLGRINDCALLMODEL_H
|
||||
#define VALGRIND_CALLGRIND_CALLGRINDCALLMODEL_H
|
||||
#pragma once
|
||||
|
||||
#include <QAbstractItemModel>
|
||||
|
||||
@@ -86,5 +85,3 @@ private:
|
||||
|
||||
} // namespace Callgrind
|
||||
} // namespace Valgrind
|
||||
|
||||
#endif // VALGRIND_CALLGRIND_CALLGRINDCALLMODEL_H
|
||||
|
||||
@@ -23,8 +23,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef CALLGRINDCONTROLLER_H
|
||||
#define CALLGRINDCONTROLLER_H
|
||||
#pragma once
|
||||
|
||||
#include <QObject>
|
||||
|
||||
@@ -105,5 +104,3 @@ private:
|
||||
|
||||
} // namespace Callgrind
|
||||
} // namespace Valgrind
|
||||
|
||||
#endif // CALLGRINDCONTROLLER_H
|
||||
|
||||
@@ -23,8 +23,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef LIBVALGRIND_CALLGRIND_COSTITEM_H
|
||||
#define LIBVALGRIND_CALLGRIND_COSTITEM_H
|
||||
#pragma once
|
||||
|
||||
#include <QtGlobal>
|
||||
|
||||
@@ -92,5 +91,3 @@ private:
|
||||
|
||||
} // namespace Callgrind
|
||||
} // namespace Valgrind
|
||||
|
||||
#endif // LIBVALGRIND_CALLGRIND_COSTITEM_H
|
||||
|
||||
@@ -23,8 +23,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef LIBVALGRIND_CALLGRINDCYCLEDETECTION_H
|
||||
#define LIBVALGRIND_CALLGRINDCYCLEDETECTION_H
|
||||
#pragma once
|
||||
|
||||
#include <QHash>
|
||||
#include <QStack>
|
||||
@@ -75,5 +74,3 @@ private:
|
||||
|
||||
} // namespace Callgrind
|
||||
} // namespace Valgrind
|
||||
|
||||
#endif // LIBVALGRIND_CALLGRINDCYCLEDETECTION_H
|
||||
|
||||
@@ -23,8 +23,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef VALGRIND_CALLGRIND_CALLGRINDDATAMODEL_H
|
||||
#define VALGRIND_CALLGRIND_CALLGRINDDATAMODEL_H
|
||||
#pragma once
|
||||
|
||||
#include "callgrindabstractmodel.h"
|
||||
|
||||
@@ -95,5 +94,3 @@ private:
|
||||
|
||||
} // namespace Callgrind
|
||||
} // namespace Valgrind
|
||||
|
||||
#endif // VALGRIND_CALLGRIND_CALLGRINDDATAMODEL_H
|
||||
|
||||
@@ -23,8 +23,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef LIBVALGRIND_CALLGRIND_FUNCTION_H
|
||||
#define LIBVALGRIND_CALLGRIND_FUNCTION_H
|
||||
#pragma once
|
||||
|
||||
#include <QMetaType>
|
||||
#include <QVector>
|
||||
@@ -145,5 +144,3 @@ private:
|
||||
} // namespace Valgrind
|
||||
|
||||
Q_DECLARE_METATYPE(const Valgrind::Callgrind::Function *)
|
||||
|
||||
#endif // LIBVALGRIND_CALLGRIND_FUNCTION_H
|
||||
|
||||
@@ -23,8 +23,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef LIBVALGRIND_CALLGRINDFUNCTION_P_H
|
||||
#define LIBVALGRIND_CALLGRINDFUNCTION_P_H
|
||||
#pragma once
|
||||
|
||||
#include "callgrindfunction.h"
|
||||
#include "callgrindparsedata.h"
|
||||
@@ -71,5 +70,3 @@ public:
|
||||
|
||||
} // namespace Callgrind
|
||||
} // namespace Valgrind
|
||||
|
||||
#endif // LIBVALGRIND_CALLGRINDFUNCTION_P_H
|
||||
|
||||
@@ -23,8 +23,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef CALLGRINDFUNCTIONCALL_H
|
||||
#define CALLGRINDFUNCTIONCALL_H
|
||||
#pragma once
|
||||
|
||||
#include <QMetaType>
|
||||
|
||||
@@ -85,5 +84,3 @@ private:
|
||||
} // namespace Valgrind
|
||||
|
||||
Q_DECLARE_METATYPE(const Valgrind::Callgrind::FunctionCall *)
|
||||
|
||||
#endif // CALLGRINDFUNCTIONCALL_H
|
||||
|
||||
@@ -23,8 +23,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef LIBVALGRIND_CALLGRINDFUNCTIONCYCLE_H
|
||||
#define LIBVALGRIND_CALLGRINDFUNCTIONCYCLE_H
|
||||
#pragma once
|
||||
|
||||
#include "callgrindfunction.h"
|
||||
|
||||
@@ -57,5 +56,3 @@ private:
|
||||
|
||||
} // namespace Callgrind
|
||||
} // namespace Valgrind
|
||||
|
||||
#endif // LIBVALGRIND_CALLGRINDFUNCTIONCYCLE_H
|
||||
|
||||
@@ -23,8 +23,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef LIBVALGRIND_CALLGRIND_PARSEDATA_P_H
|
||||
#define LIBVALGRIND_CALLGRIND_PARSEDATA_P_H
|
||||
#pragma once
|
||||
|
||||
#include <QtGlobal>
|
||||
|
||||
@@ -135,5 +134,3 @@ private:
|
||||
|
||||
} // namespace Callgrind
|
||||
} // namespace Valgrind
|
||||
|
||||
#endif // LIBVALGRIND_CALLGRIND_PARSEDATA_P_H
|
||||
|
||||
@@ -23,8 +23,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef LIBVALGRIND_CALLGRIND_PARSER_H
|
||||
#define LIBVALGRIND_CALLGRIND_PARSER_H
|
||||
#pragma once
|
||||
|
||||
#include <QObject>
|
||||
|
||||
@@ -71,5 +70,3 @@ private:
|
||||
|
||||
} // Callgrind
|
||||
} // Valgrind
|
||||
|
||||
#endif // LIBVALGRIND_CALLGRIND_PARSER_H
|
||||
|
||||
@@ -23,8 +23,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef VALGRIND_CALLGRIND_CALLGRINDPROXYMODEL_H
|
||||
#define VALGRIND_CALLGRIND_CALLGRINDPROXYMODEL_H
|
||||
#pragma once
|
||||
|
||||
#include <QSortFilterProxyModel>
|
||||
|
||||
@@ -78,5 +77,3 @@ private:
|
||||
|
||||
} // namespace Callgrind
|
||||
} // namespace Valgrind
|
||||
|
||||
#endif // VALGRIND_CALLGRIND_CALLGRINDPROXYMODEL_H
|
||||
|
||||
@@ -23,8 +23,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef VALGRIND_CALLGRIND_CALLGRINDRUNNER_H
|
||||
#define VALGRIND_CALLGRIND_CALLGRINDRUNNER_H
|
||||
#pragma once
|
||||
|
||||
#include "../valgrindrunner.h"
|
||||
|
||||
@@ -68,5 +67,3 @@ private:
|
||||
|
||||
} // namespace Callgrind
|
||||
} // namespace Valgrind
|
||||
|
||||
#endif // VALGRIND_CALLGRIND_CALLGRINDRUNNER_H
|
||||
|
||||
@@ -23,8 +23,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef CALLGRINDSTACKBROWSER_H
|
||||
#define CALLGRINDSTACKBROWSER_H
|
||||
#pragma once
|
||||
|
||||
#include <QObject>
|
||||
#include <QStack>
|
||||
@@ -61,5 +60,3 @@ private:
|
||||
|
||||
} // namespace Callgrind
|
||||
} // namespace Valgrind
|
||||
|
||||
#endif // CALLGRINDSTACKBROWSER_H
|
||||
|
||||
@@ -23,8 +23,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef CALLGRINDCOSTDELEGATE_H
|
||||
#define CALLGRINDCOSTDELEGATE_H
|
||||
#pragma once
|
||||
|
||||
#include <QStyledItemDelegate>
|
||||
|
||||
@@ -64,5 +63,3 @@ private:
|
||||
} // namespace Valgrind
|
||||
|
||||
Q_DECLARE_METATYPE(Valgrind::Internal::CostDelegate::CostFormat)
|
||||
|
||||
#endif // CALLGRINDCOSTDELEGATE_H
|
||||
|
||||
@@ -23,8 +23,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef CALLGRINDCOSTVIEW_H
|
||||
#define CALLGRINDCOSTVIEW_H
|
||||
#pragma once
|
||||
|
||||
#include "callgrindcostdelegate.h"
|
||||
|
||||
@@ -63,5 +62,3 @@ private:
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace Valgrind
|
||||
|
||||
#endif // CALLGRINDCOSTVIEW_H
|
||||
|
||||
@@ -23,8 +23,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef CALLGRINDENGINE_H
|
||||
#define CALLGRINDENGINE_H
|
||||
#pragma once
|
||||
|
||||
#include <valgrind/valgrindengine.h>
|
||||
|
||||
@@ -79,5 +78,3 @@ private:
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace Valgrind
|
||||
|
||||
#endif // CALLGRINDENGINE_H
|
||||
|
||||
@@ -23,8 +23,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef CALLGRINDHELPER_H
|
||||
#define CALLGRINDHELPER_H
|
||||
#pragma once
|
||||
|
||||
#include <QLocale>
|
||||
|
||||
@@ -57,5 +56,3 @@ namespace CallgrindHelper
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace Valgrind
|
||||
|
||||
#endif // CALLGRINDHELPER_H
|
||||
|
||||
@@ -23,8 +23,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef CALLGRINDNAMEDELEGATE_H
|
||||
#define CALLGRINDNAMEDELEGATE_H
|
||||
#pragma once
|
||||
|
||||
#include <QStyledItemDelegate>
|
||||
|
||||
@@ -42,5 +41,3 @@ public:
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace Valgrind
|
||||
|
||||
#endif // CALLGRINDNAMEDELEGATE_H
|
||||
|
||||
@@ -23,8 +23,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef CALLGRINDTEXTMARK_H
|
||||
#define CALLGRINDTEXTMARK_H
|
||||
#pragma once
|
||||
|
||||
#include <texteditor/textmark.h>
|
||||
|
||||
@@ -58,5 +57,3 @@ private:
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace Valgrind
|
||||
|
||||
#endif // CALLGRINDTEXTMARK_H
|
||||
|
||||
@@ -23,8 +23,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef CALLGRINDTOOL_H
|
||||
#define CALLGRINDTOOL_H
|
||||
#pragma once
|
||||
|
||||
#include <QObject>
|
||||
|
||||
@@ -46,5 +45,3 @@ void destroyCallgrindTool();
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace Valgrind
|
||||
|
||||
#endif // CALLGRINDTOOL_H
|
||||
|
||||
@@ -23,8 +23,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef CALLGRINDVISUALISATION_H
|
||||
#define CALLGRINDVISUALISATION_H
|
||||
#pragma once
|
||||
|
||||
#include <QGraphicsView>
|
||||
|
||||
@@ -80,5 +79,3 @@ private:
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace Valgrind
|
||||
|
||||
#endif // VALGRIND_CALLGRIND_CALLGRINDVISUALISATION_H
|
||||
|
||||
@@ -24,8 +24,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef VALGRIND_PROTOCOL_MEMCHECKRUNNER_H
|
||||
#define VALGRIND_PROTOCOL_MEMCHECKRUNNER_H
|
||||
#pragma once
|
||||
|
||||
#include "../valgrindrunner.h"
|
||||
|
||||
@@ -69,5 +68,3 @@ private:
|
||||
|
||||
} // namespace Memcheck
|
||||
} // namespace Valgrind
|
||||
|
||||
#endif // VALGRIND_PROTOCOL_MEMCHECKRUNNER_H
|
||||
|
||||
@@ -24,8 +24,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef MEMCHECKENGINE_H
|
||||
#define MEMCHECKENGINE_H
|
||||
#pragma once
|
||||
|
||||
#include "valgrindengine.h"
|
||||
|
||||
@@ -78,5 +77,3 @@ protected:
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace Valgrind
|
||||
|
||||
#endif // MEMCHECKENGINE_H
|
||||
|
||||
@@ -24,8 +24,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef MEMCHECKERRORVIEW_H
|
||||
#define MEMCHECKERRORVIEW_H
|
||||
#pragma once
|
||||
|
||||
#include <debugger/analyzer/detailederrorview.h>
|
||||
|
||||
@@ -64,5 +63,3 @@ private:
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace Valgrind
|
||||
|
||||
#endif // MEMCHECKERRORVIEW_H
|
||||
|
||||
@@ -24,8 +24,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef MEMCHECKTOOL_H
|
||||
#define MEMCHECKTOOL_H
|
||||
#pragma once
|
||||
|
||||
#include <QObject>
|
||||
|
||||
@@ -44,5 +43,3 @@ void destroyMemcheckTool();
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace Valgrind
|
||||
|
||||
#endif // MEMCHECKTOOL_H
|
||||
|
||||
@@ -24,8 +24,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef ANALYZER_VALGRIND_SUPPRESSIONDIALOG_H
|
||||
#define ANALYZER_VALGRIND_SUPPRESSIONDIALOG_H
|
||||
#pragma once
|
||||
|
||||
#include "xmlprotocol/error.h"
|
||||
|
||||
@@ -72,5 +71,3 @@ private:
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace Valgrind
|
||||
|
||||
#endif // ANALYZER_VALGRIND_SUPPRESSIONDIALOG_H
|
||||
|
||||
@@ -24,8 +24,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef ANALYZER_VALGRINDCONFIGWIDGET_H
|
||||
#define ANALYZER_VALGRINDCONFIGWIDGET_H
|
||||
#pragma once
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
@@ -69,5 +68,3 @@ private:
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace Valgrind
|
||||
|
||||
#endif // ANALYZER_VALGRINDCONFIGWIDGET_H
|
||||
|
||||
@@ -24,8 +24,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef VALGRINDENGINE_H
|
||||
#define VALGRINDENGINE_H
|
||||
#pragma once
|
||||
|
||||
#include <debugger/analyzer/analyzerruncontrol.h>
|
||||
#include <utils/environment.h>
|
||||
@@ -77,5 +76,3 @@ private:
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace Valgrind
|
||||
|
||||
#endif // VALGRINDENGINE_H
|
||||
|
||||
@@ -24,8 +24,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef VALGRINDPLUGIN_H
|
||||
#define VALGRINDPLUGIN_H
|
||||
#pragma once
|
||||
|
||||
#include <extensionsystem/iplugin.h>
|
||||
#include <projectexplorer/projectexplorer.h>
|
||||
@@ -53,5 +52,3 @@ public:
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace Valgrind
|
||||
|
||||
#endif // VALGRINDPLUGIN_H
|
||||
|
||||
@@ -24,8 +24,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef VALGRINDPROCESS_H
|
||||
#define VALGRINDPROCESS_H
|
||||
#pragma once
|
||||
|
||||
#include <projectexplorer/applicationlauncher.h>
|
||||
#include <projectexplorer/devicesupport/idevice.h>
|
||||
@@ -108,5 +107,3 @@ private:
|
||||
};
|
||||
|
||||
} // namespace Valgrind
|
||||
|
||||
#endif // VALGRINDPROCESS_H
|
||||
|
||||
@@ -23,8 +23,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef VALGRINDRUNCONTROLFACTORY_H
|
||||
#define VALGRINDRUNCONTROLFACTORY_H
|
||||
#pragma once
|
||||
|
||||
#include <projectexplorer/runconfiguration.h>
|
||||
|
||||
@@ -49,5 +48,3 @@ public:
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace Valgrind
|
||||
|
||||
#endif // VALGRINDRUNCONTROLFACTORY_H
|
||||
|
||||
@@ -24,8 +24,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef VALGRIND_RUNNER_H
|
||||
#define VALGRIND_RUNNER_H
|
||||
#pragma once
|
||||
|
||||
#include <debugger/analyzer/analyzerconstants.h>
|
||||
|
||||
@@ -87,5 +86,3 @@ private:
|
||||
};
|
||||
|
||||
} // namespace Valgrind
|
||||
|
||||
#endif // VALGRIND_RUNNER_H
|
||||
|
||||
@@ -24,8 +24,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef ANALYZER_INTERNAL_VALGRINDSETTINGS_H
|
||||
#define ANALYZER_INTERNAL_VALGRINDSETTINGS_H
|
||||
#pragma once
|
||||
|
||||
#include "callgrindcostdelegate.h"
|
||||
#include <projectexplorer/runconfiguration.h>
|
||||
@@ -275,5 +274,3 @@ private:
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace Valgrind
|
||||
|
||||
#endif // VALGRIND_INTERNAL_ANALZYZERSETTINGS_H
|
||||
|
||||
@@ -23,8 +23,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef WORKAROUNDS_H
|
||||
#define WORKAROUNDS_H
|
||||
#pragma once
|
||||
|
||||
#include <qglobal.h>
|
||||
|
||||
@@ -34,5 +33,3 @@ QT_END_NAMESPACE
|
||||
|
||||
///FIXME: remove this once https://bugreports.qt.io/browse/QTCREATORBUG-3247 gets fixed
|
||||
QPalette panelPalette(const QPalette &oldPalette, bool lightColored = false);
|
||||
|
||||
#endif // WORKAROUNDS_H
|
||||
|
||||
@@ -24,8 +24,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef LIBVALGRIND_PROTOCOL_ANNOUNCETHREAD_H
|
||||
#define LIBVALGRIND_PROTOCOL_ANNOUNCETHREAD_H
|
||||
#pragma once
|
||||
|
||||
#include <QSharedDataPointer>
|
||||
|
||||
@@ -60,5 +59,3 @@ private:
|
||||
|
||||
} // namespace XmlProtocol
|
||||
} // namespace Valgrind
|
||||
|
||||
#endif // LIBVALGRIND_PROTOCOL_ANNOUNCETHREAD_H
|
||||
|
||||
@@ -24,8 +24,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef LIBVALGRIND_PROTOCOL_ERROR_H
|
||||
#define LIBVALGRIND_PROTOCOL_ERROR_H
|
||||
#pragma once
|
||||
|
||||
#include <QMetaType>
|
||||
#include <QSharedDataPointer>
|
||||
@@ -138,5 +137,3 @@ private:
|
||||
} // namespace Valgrind
|
||||
|
||||
Q_DECLARE_METATYPE(Valgrind::XmlProtocol::Error)
|
||||
|
||||
#endif // LIBVALGRIND_PROTOCOL_ERROR_H
|
||||
|
||||
@@ -24,8 +24,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef LIBVALGRIND_PROTOCOL_ERRORLISTMODEL_H
|
||||
#define LIBVALGRIND_PROTOCOL_ERRORLISTMODEL_H
|
||||
#pragma once
|
||||
|
||||
#include <debugger/analyzer/detailederrorview.h>
|
||||
#include <utils/treemodel.h>
|
||||
@@ -70,5 +69,3 @@ private:
|
||||
|
||||
} // namespace XmlProtocol
|
||||
} // namespace Valgrind
|
||||
|
||||
#endif // LIBVALGRIND_PROTOCOL_ERRORLISTMODEL_H
|
||||
|
||||
@@ -24,8 +24,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef LIBVALGRIND_PROTOCOL_FRAME_H
|
||||
#define LIBVALGRIND_PROTOCOL_FRAME_H
|
||||
#pragma once
|
||||
|
||||
#include <QSharedDataPointer>
|
||||
|
||||
@@ -72,5 +71,3 @@ private:
|
||||
|
||||
} // namespace XmlProtocol
|
||||
} // namespace Valgrind
|
||||
|
||||
#endif
|
||||
|
||||
@@ -24,8 +24,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef LIBVALGRIND_PROTOCOL_MODELHELPERS_H
|
||||
#define LIBVALGRIND_PROTOCOL_MODELHELPERS_H
|
||||
#pragma once
|
||||
|
||||
#include <QtGlobal>
|
||||
|
||||
@@ -42,5 +41,3 @@ QString toolTipForFrame(const Frame &frame);
|
||||
|
||||
} // namespace XmlProtocol
|
||||
} // namespace Valgrind
|
||||
|
||||
#endif // LIBVALGRIND_PROTOCOL_MODELHELPERS_H
|
||||
|
||||
@@ -24,8 +24,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef LIBVALGRIND_PROTOCOL_PARSER_H
|
||||
#define LIBVALGRIND_PROTOCOL_PARSER_H
|
||||
#pragma once
|
||||
|
||||
#include <QObject>
|
||||
|
||||
@@ -79,5 +78,3 @@ private:
|
||||
|
||||
} // XmlProtocol
|
||||
} // Valgrind
|
||||
|
||||
#endif //LIBVALGRIND_PROTOCOL_PARSER_H
|
||||
|
||||
@@ -24,8 +24,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef VALGRIND_PROTOCOL_STACK_H
|
||||
#define VALGRIND_PROTOCOL_STACK_H
|
||||
#pragma once
|
||||
|
||||
#include <QSharedDataPointer>
|
||||
|
||||
@@ -75,5 +74,3 @@ private:
|
||||
|
||||
} // namespace XmlProtocol
|
||||
} // namespace Stack
|
||||
|
||||
#endif // VALGRIND_PROTOCOL_STACK_H
|
||||
|
||||
@@ -24,8 +24,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef LIBVALGRIND_PROTOCOL_STACKMODEL_H
|
||||
#define LIBVALGRIND_PROTOCOL_STACKMODEL_H
|
||||
#pragma once
|
||||
|
||||
#include <QAbstractItemModel>
|
||||
|
||||
@@ -79,5 +78,3 @@ private:
|
||||
|
||||
} // namespace XmlProtocol
|
||||
} // namespace Valgrind
|
||||
|
||||
#endif // LIBVALGRIND_PROTOCOL_STACKMODEL_H
|
||||
|
||||
@@ -24,8 +24,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef LIBVALGRIND_PROTOCOL_STATUS_H
|
||||
#define LIBVALGRIND_PROTOCOL_STATUS_H
|
||||
#pragma once
|
||||
|
||||
#include <QMetaType>
|
||||
#include <QSharedDataPointer>
|
||||
@@ -63,5 +62,3 @@ private:
|
||||
} // namespace Valgrind
|
||||
|
||||
Q_DECLARE_METATYPE(Valgrind::XmlProtocol::Status)
|
||||
|
||||
#endif // LIBVALGRIND_PROTOCOL_STATUS_H
|
||||
|
||||
@@ -24,8 +24,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef LIBVALGRIND_PROTOCOL_SUPPRESSION_H
|
||||
#define LIBVALGRIND_PROTOCOL_SUPPRESSION_H
|
||||
#pragma once
|
||||
|
||||
#include <QSharedDataPointer>
|
||||
|
||||
@@ -103,5 +102,3 @@ private:
|
||||
|
||||
} // namespace XmlProtocol
|
||||
} // namespace Valgrind
|
||||
|
||||
#endif // LIBVALGRIND_PROTOCOL_SUPPRESSION_H
|
||||
|
||||
@@ -24,8 +24,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef LIBVALGRIND_PROTOCOL_THREADEDPARSER_H
|
||||
#define LIBVALGRIND_PROTOCOL_THREADEDPARSER_H
|
||||
#pragma once
|
||||
|
||||
#include <QObject>
|
||||
|
||||
@@ -79,5 +78,3 @@ private:
|
||||
|
||||
} // XmlProtocol
|
||||
} // Valgrind
|
||||
|
||||
#endif //LIBVALGRIND_PROTOCOL_THREADEDPARSER_H
|
||||
|
||||
Reference in New Issue
Block a user