summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index a3b1c9c5..cd21505f 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -203,10 +203,6 @@ void MainWindow::cleanKeygenDialog() {
this->keygen = nullptr;
}
-void MainWindow::setTextTextBrowser(const QString &text) {
- ui->textBrowser->setText(text);
-}
-
void MainWindow::flashText(const QString &text, const bool isError,
const bool isHtml) {
if (isError)