Skip to content

Commit

Permalink
stack initializers
Browse files Browse the repository at this point in the history
  • Loading branch information
m0dB authored and m0dB committed Nov 11, 2024
1 parent 7dd247d commit 2433eae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/library/browse/browsethread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ constexpr int kRowBatchSize = 10;
* make sense to use this class in non-GUI threads
*/
BrowseThread::BrowseThread(QObject* parent)
: QThread{parent}, m_pModelObserver{}, m_requestedRunState{} {
: QThread{parent},
m_pModelObserver{},
m_requestedRunState{} {
// Start thread
start(QThread::LowPriority);

Expand Down

0 comments on commit 2433eae

Please sign in to comment.