Fix pluginselectdlg position

Fix peerlistwidget position
Fix mainwindow position
This commit is contained in:
Chocobo1
2015-11-11 11:19:16 +08:00
parent 2258e4d5ed
commit fb9ebce9c6
3 changed files with 6 additions and 6 deletions

View File

@@ -208,9 +208,9 @@ void PluginSelectDlg::on_actionUninstall_triggered()
}
if (error)
QMessageBox::warning(0, tr("Uninstall warning"), tr("Some plugins could not be uninstalled because they are included in qBittorrent. Only the ones you added yourself can be uninstalled.\nThose plugins were disabled."));
QMessageBox::warning(this, tr("Uninstall warning"), tr("Some plugins could not be uninstalled because they are included in qBittorrent. Only the ones you added yourself can be uninstalled.\nThose plugins were disabled."));
else
QMessageBox::information(0, tr("Uninstall success"), tr("All selected plugins were uninstalled successfully"));
QMessageBox::information(this, tr("Uninstall success"), tr("All selected plugins were uninstalled successfully"));
}
void PluginSelectDlg::enableSelection(bool enable)