From 5c4384235989b16d6931cc0cfa26dd192af68b96 Mon Sep 17 00:00:00 2001 From: Jan Dalheimer Date: Sat, 12 Jul 2014 17:58:23 +0200 Subject: Add a new page that can show all sorts of logs --- gui/GuiUtil.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 gui/GuiUtil.h (limited to 'gui/GuiUtil.h') diff --git a/gui/GuiUtil.h b/gui/GuiUtil.h new file mode 100644 index 00000000..9f872f75 --- /dev/null +++ b/gui/GuiUtil.h @@ -0,0 +1,9 @@ +#pragma once + +#include + +namespace GuiUtil +{ +void uploadPaste(const QString &text, QWidget *parentWidget); +void setClipboardText(const QString &text); +} -- cgit v1.2.3