getNewObjectName() is made virtual (as it parent class).

This commit is contained in:
asv 2005-06-03 10:40:31 +00:00
parent e2473f133f
commit b4446e7a7f

View File

@ -58,7 +58,7 @@ protected:
void closeEvent(QCloseEvent* e);
void initName( const char* thePrefix = 0 ); // initialize "Name" field with a string "thePrefix_X" (Vertex_3)
const char* getNewObjectName() const; // returns contents of "Name" field
virtual const char* getNewObjectName() const; // returns contents of "Name" field
int getConstructorId() const; // returns id of a selected "constructor" radio button or '-1' in case of error
virtual SUIT_Desktop* getDesktop() const;