소스 검색

Fix compilation error

Joakim Thorén 11 달 전
부모
커밋
02a656d16f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mapeditor/mainwindow.cpp

+ 1 - 1
mapeditor/mainwindow.cpp

@@ -479,7 +479,7 @@ void MainWindow::on_actionOpenRecent_triggered()
 		QListWidget listWidget;
 	};
 
-	RecentFileDialog d(this, recentFiles);
+	RecentFileDialog d(recentFiles, this);
 
 	auto onSelect = [this, &d](QListWidgetItem *item) {
 		if(getAnswerAboutUnsavedChanges()) {