Pluginmanager: Make startup profiling API accessible.A

Add verbosity option showing timestamps for PluginManager::addObject.
This commit is contained in:
Friedemann Kleint
2010-05-12 11:12:54 +02:00
parent 259007f5e6
commit b6fb8bbae9
3 changed files with 25 additions and 1 deletions

View File

@@ -118,6 +118,8 @@ public:
bool runningTests() const;
QString testDataDirectory() const;
void profilingReport(const char *what, const PluginSpec *spec = 0);
signals:
void objectAdded(QObject *obj);
void aboutToRemoveObject(QObject *obj);