mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
refs #661, improved model set dialog
* allow to change simulator * consider distributor preferences for new model set * error messages in dialog, therefor use CForm as base class
This commit is contained in:
@@ -16,8 +16,7 @@ namespace BlackGui
|
||||
{
|
||||
namespace Editors
|
||||
{
|
||||
CForm::CForm(QWidget *parent) :
|
||||
QFrame(parent)
|
||||
CForm::CForm(QWidget *parent) : COverlayMessagesFrame(parent)
|
||||
{ }
|
||||
|
||||
CForm::~CForm() { }
|
||||
@@ -31,6 +30,5 @@ namespace BlackGui
|
||||
{
|
||||
// void
|
||||
}
|
||||
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user