mirror of
https://github.com/leozide/leocad.git
synced 2026-07-28 04:07:11 +00:00
Remove the Q prefix from dialog classes.
This commit is contained in:
@@ -1313,7 +1313,7 @@ void lcMainWindow::ShowHTMLDialog()
|
||||
{
|
||||
lcHTMLExportOptions Options(lcGetActiveProject());
|
||||
|
||||
lcQHTMLDialog Dialog(this, &Options);
|
||||
lcHTMLDialog Dialog(this, &Options);
|
||||
if (Dialog.exec() != QDialog::Accepted)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user