Skip to content

Commit a00dc04

Browse files
committed
fix deprecation warning when the program closes
Signed-off-by: lucasew <[email protected]>
1 parent e0f65a4 commit a00dc04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/MainWindow.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ Nedrysoft::MainWindow::MainWindow(Nedrysoft::RegExSplashScreen *splashScreen)
7171

7272
Nedrysoft::MainWindow::~MainWindow()
7373
{
74+
QDesktopServices::unsetUrlHandler(RegExUrlSchemeHandler::name());
7475
delete m_page;
7576
delete ui;
7677
}

0 commit comments

Comments
 (0)