mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
Update project links to HTTPS
This commit is contained in:
@@ -2022,7 +2022,7 @@ void MainWindow::on_actionSqlCipherFaq_triggered()
|
||||
|
||||
void MainWindow::on_actionWebsite_triggered()
|
||||
{
|
||||
QDesktopServices::openUrl(QUrl("http://sqlitebrowser.org"));
|
||||
QDesktopServices::openUrl(QUrl("https://sqlitebrowser.org"));
|
||||
}
|
||||
|
||||
void MainWindow::updateBrowseDataColumnWidth(int section, int /*old_size*/, int new_size)
|
||||
|
||||
Reference in New Issue
Block a user