forked from qt-creator/qt-creator
CtfVisualizer: Do some cleanup
Remove unused headers. Use using namespace and drop unneeded namespace scopes. Replace QVector with QList. Return default constructed objects in default return statements. Avoid empty arg brackets in some lambdas. Use default member initializers. Change-Id: I11e62a291be3fa5bde4156e7a316765ee697b852 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -11,8 +11,7 @@
|
||||
|
||||
namespace Timeline { class TimelineModelAggregator; }
|
||||
|
||||
namespace CtfVisualizer {
|
||||
namespace Internal {
|
||||
namespace CtfVisualizer::Internal {
|
||||
|
||||
class CtfStatisticsModel;
|
||||
class CtfTimelineModel;
|
||||
@@ -71,5 +70,4 @@ protected:
|
||||
QString m_errorString;
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace CtfVisualizer
|
||||
} // namespace CtfVisualizer::Internal
|
||||
|
||||
Reference in New Issue
Block a user