summaryrefslogtreecommitdiffstats
path: root/src/setdefault.h
diff options
context:
space:
mode:
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