summaryrefslogtreecommitdiffstats
path: root/src/setdefault.h
diff options
context:
space:
mode:
authorSimon Rettberg2022-09-01 16:01:29 +0200
committerSimon Rettberg2022-09-01 16:01:29 +0200
commit4174e5bf93a7a9bdadd2675fc94d145debe9fd6f (patch)
treed3613621b2364e7a37d4750cc1c752717bfaf747 /src/setdefault.h
parentWIP: Support input too (diff)
downloadpavucontrol-slx-4174e5bf93a7a9bdadd2675fc94d145debe9fd6f.tar.gz
pavucontrol-slx-4174e5bf93a7a9bdadd2675fc94d145debe9fd6f.tar.xz
pavucontrol-slx-4174e5bf93a7a9bdadd2675fc94d145debe9fd6f.zip
TabView -> two colums [Output, Input]
Diffstat (limited to 'src/setdefault.h')
-rw-r--r--src/setdefault.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/setdefault.h b/src/setdefault.h
new file mode 100644
index 0000000..123ad20
--- /dev/null
+++ b/src/setdefault.h
@@ -0,0 +1,8 @@
+#ifndef _SET_DEFAULT_H_
+#define _SET_DEFAULT_H_
+
+#include <QString>
+
+void setDefaultOutput(const QString &name);
+
+#endif