s
Size: a a a
☭k
DF
ИЕ
Fatal error: Subprocess failed. Error: RPM failed: error: componentgallery does not have both/either developer and/or client certificates.
ИЕ
AK
IC
const QString soundPath = "/home/nemo/Documents/sound/aloe-alert-1.ogg";
qDebug() << "Sound path:" << soundPath;
playingSound_.reset( new QSound( soundPath ) );
playingSound_->setLoops( QSound::Infinite );
playingSound_->play();
SC
IC
B
p
ЛК
p
ЛК
RM
MN
SC
V
IC
playingSound_.reset( new QSound( path ) );
playingSound_->setLoops( QSound::Infinite );
playingSound_->play();
QTimer::singleShot( 0, this, [this](){
playingSound_->play();
} );