Skip to content
Snippets Groups Projects
Commit 22bb6024 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

rm 1 Q_OBJECT

parent 5158c824
No related branches found
No related tags found
1 merge request!1456Restore some Q_OBJECT macros (#516)
...@@ -26,7 +26,6 @@ class SampleEditorController; ...@@ -26,7 +26,6 @@ class SampleEditorController;
//! Form for editing a core/shell particle //! Form for editing a core/shell particle
class CoreAndShellForm : public QGroupBox { class CoreAndShellForm : public QGroupBox {
Q_OBJECT
public: public:
CoreAndShellForm(QWidget* parent, CoreAndShellItem* item, SampleEditorController* ec, CoreAndShellForm(QWidget* parent, CoreAndShellItem* item, SampleEditorController* ec,
bool allowRemove = true); bool allowRemove = true);
......
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