11namespace ot {
class LineEdit; };
26 void slotConfirm(
void);
29 QString m_projectToRename;
#define OT_DECL_NODEFAULT(___class)
Removes the default copy constructor and assignment operator.
Definition OTClassHelper.h:22
#define OT_DECL_NOCOPY(___class)
Removes the default copy constructor and assignment operator.
Definition OTClassHelper.h:14
Definition ProjectManagement.h:26
Definition RenameProjectDialog.h:15
virtual ~RenameProjectDialog()
Definition RenameProjectDialog.cpp:57
RenameProjectDialog(const QString &_projectToRename, ProjectManagement &projectManager)
Definition RenameProjectDialog.cpp:20
QString getProjectName(void) const
Definition RenameProjectDialog.cpp:61