1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-10 17:13:39 +01:00

Add a name to the application class for debug purposes

This commit is contained in:
Jim Broadus 2020-05-25 21:58:20 -07:00 committed by John Maguire
parent e3fa03e101
commit 32367d2d45

View File

@ -192,6 +192,7 @@ class ApplicationImpl {
Application::Application(QObject* parent)
: QObject(parent), p_(new ApplicationImpl(this)) {
setObjectName("Clementine Application");
// This must be before library_->Init();
// In the constructor the helper waits for the signal
// PlaylistManagerInitialized