mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-01-31 07:10:45 +00:00
linux: replace pactl calls with libpulse (#221)
This commit is contained in:
@@ -967,7 +967,7 @@ int main(int argc, char *argv[]) {
|
||||
QApplication app(argc, argv);
|
||||
|
||||
QSharedMemory sharedMemory;
|
||||
sharedMemory.setKey("TcpServer-Key");
|
||||
sharedMemory.setKey("TcpServer-Key2");
|
||||
|
||||
// Check if app is already open
|
||||
if(sharedMemory.create(1) == false)
|
||||
|
||||
Reference in New Issue
Block a user