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:
parent
e3fa03e101
commit
32367d2d45
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user