aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/perfprofiler/perfprofilerstatisticsmodel.h
Commit message (Collapse)AuthorAgeFilesLines
* PerfProfiler: Use QList instead of QVectorhjk2025-04-101-5/+5
| | | | | Change-Id: Icfb6e6a3f79e1cbbd1e6f830242c7ce888d6e1c1 Reviewed-by: Christian Stenger <[email protected]>
* PerfProfiler: More cleanupJarek Kobus2025-03-031-8/+5
| | | | | | | | | | Simplify nested namespaces. Clean some Q_OBJECT macros. Remove some unused includes. Use more forward declarations. Change-Id: I1926f4da143fd581988e9b94e4ab8b81f95c9f6b Reviewed-by: hjk <[email protected]>
* PerfProfiler: Avoid some warningsUlf Hermann2024-09-271-1/+1
| | | | | | | | Use std::unique_ptr instead of QScopedPointer for pointers we want to release(). Change-Id: I80732bb7bd81d8c0a5a1a647d22282c32e918fe2 Reviewed-by: Alessandro Portale <[email protected]>
* PerfProfiler: Simplify StatisticView setuphjk2023-11-211-2/+4
| | | | | Change-Id: Ie067025c1b9aec93c5f6a5baf68dbb616a066bcb Reviewed-by: Jarek Kobus <[email protected]>
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
| | | | | | | | | | | | | | | Since we also license under GPL-3.0 WITH Qt-GPL-exception-1.0, this applies only to a hypothetical newer version of GPL, that doesn't exist yet. If such a version emerges, we can still decide to relicense... While at it, replace (deprecated) GPL-3.0 with more explicit GPL-3.0-only Change was done by running find . -type f -exec perl -pi -e "s/LicenseRef-Qt-Commercial OR GPL-3.0\+ OR GPL-3.0 WITH Qt-GPL-exception-1.0/LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0/g" {} \; Change-Id: I5097e6ce8d10233993ee30d7e25120e2659eb10b Reviewed-by: Eike Ziller <[email protected]>
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
| | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. Task-number: QTBUG-67283 Change-Id: I708fd1f9f2b73d60f57cc3568646929117825813 Reviewed-by: Eike Ziller <[email protected]>
* Add missing "final" to unexported/unshared classesAlessandro Portale2020-11-181-5/+5
| | | | | Change-Id: I84d5fc39d7ef5588a20545854d0cfd0b993db090 Reviewed-by: hjk <[email protected]>
* PerfProfiler: Add a few 'overrides'hjk2019-01-111-3/+3
| | | | | | | Less compiler warnings. Change-Id: I5f238526a1f7a74c00976068ed1d8734d8217463 Reviewed-by: Ulf Hermann <[email protected]>
* Add PerfProfiler pluginUlf Hermann2018-12-181-0/+164
This moves the previously commercial PerfProfiler plugin into QtCreator. Task-number: QTCREATORBUG-21344 Change-Id: I41f4a9451c2fe8ff4e1108e07db2e72e8c613c43 Reviewed-by: Ulf Hermann <[email protected]> Reviewed-by: Alessandro Portale <[email protected]>