CmQtEditorWidget.cpp 213 B

12345678910
  1. #include "CmQtEditorWidget.h"
  2. namespace CamelotEditor
  3. {
  4. QtEditorWidget::QtEditorWidget(QWidget* parent, const QString& name, const QString& title)
  5. :QWidget(parent), mName(name), mTitle(title)
  6. {
  7. }
  8. }