Skip to content
Snippets Groups Projects
Commit b22e2b14 authored by Mirko Wächter's avatar Mirko Wächter
Browse files

icon

parent 3e7c33ba
No related branches found
No related tags found
Loading
......@@ -524,3 +524,9 @@ void RobotViewerWidgetController::setMutex3D(boost::shared_ptr<boost::recursive_
Q_EXPORT_PLUGIN2(armarx_gui_RobotViewerGuiPlugin, RobotViewerGuiPlugin)
QIcon armarx::RobotViewerWidgetController::getWidgetIcon() const
{
return QIcon(":icons/armarx-gui.png");
}
......@@ -165,6 +165,10 @@ namespace armarx
QPointer<QWidget> __widget;
QPointer<RobotViewerConfigDialog> dialog;
// ArmarXWidgetController interface
public:
QIcon getWidgetIcon() const;
};
typedef boost::shared_ptr<RobotViewerWidgetController> RobotViewerGuiPluginPtr;
}
......
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