Skip to content
Snippets Groups Projects
Commit 72a7a44b authored by Simon Ottenhaus's avatar Simon Ottenhaus
Browse files

added virtual keyword

parent 5a6fdcc5
No related branches found
No related tags found
No related merge requests found
......@@ -85,9 +85,9 @@ namespace armarx {
//inherited from ArmarXMdiWidget
void loadSettings(QSettings * settings);
void saveSettings(QSettings * settings);
QString getWidgetName() const { return "RobotControl.TCPMover"; }
QIcon getWidgetIcon() const { return QIcon("://icons/games.ico"); }
QIcon getWidgetCategoryIcon() const { return QIcon("://icons/games.ico"); }
virtual QString getWidgetName() const { return "RobotControl.TCPMover"; }
virtual QIcon getWidgetIcon() const { return QIcon("://icons/games.ico"); }
virtual QIcon getWidgetCategoryIcon() const { return QIcon("://icons/games.ico"); }
QPointer<QDialog> getConfigDialog(QWidget *parent = 0);
void configured();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment