mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 09:59:59 +03:00
9 lines
162 B
C++
9 lines
162 B
C++
#pragma once
|
|
|
|
#include <QWidget>
|
|
|
|
namespace GuiUtil
|
|
{
|
|
void uploadPaste(const QString &text, QWidget *parentWidget);
|
|
void setClipboardText(const QString &text);
|
|
}
|