mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-13 00:58:29 +02:00
Use empty instead of size
This commit is contained in:
@ -1417,7 +1417,7 @@ void MainWindow::dropEvent(QDropEvent* event)
|
||||
else
|
||||
{
|
||||
Settings& settings = Settings::Instance();
|
||||
const bool show_confirm = settings.GetPaths().size() != 0;
|
||||
const bool show_confirm = !settings.GetPaths().empty();
|
||||
|
||||
for (const QString& folder : folders)
|
||||
{
|
||||
|
Reference in New Issue
Block a user