Remove link confirmation dialog

Fix #347
Fix #348
This commit is contained in:
Carl Schwan
2021-05-07 01:55:08 +02:00
parent 471b525151
commit 1e7d3046aa
4 changed files with 3 additions and 56 deletions

View File

@@ -95,9 +95,6 @@ Q_SIGNALS:
/// Displays warning to the user.
void warning(const QString &title, const QString &message);
/// Ask user to open link and then open it.
void openLink(const QUrl &url);
private:
NeoChatRoom *m_currentRoom;
NeoChatRoom *m_lastCurrentRoom;