mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
Fix indentation
This commit is contained in:
@@ -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