mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-05-03 02:19:27 -05:00
Fix indentation
This commit is contained in:
+1
-1
@@ -1441,7 +1441,7 @@ void MainWindow::addToRecentFilesMenu(const QString& filename)
|
||||
void MainWindow::dragEnterEvent(QDragEnterEvent *event)
|
||||
{
|
||||
if( event->mimeData()->hasFormat("text/uri-list") )
|
||||
event->acceptProposedAction();
|
||||
event->acceptProposedAction();
|
||||
}
|
||||
|
||||
void MainWindow::dropEvent(QDropEvent *event)
|
||||
|
||||
Reference in New Issue
Block a user