Skip to content
Snippets Groups Projects
Commit d5f1188e authored by SecondHandsIntegrationAccount's avatar SecondHandsIntegrationAccount
Browse files

fixed qt meta type registration

parent 791a20b0
No related branches found
No related tags found
No related merge requests found
...@@ -15,9 +15,9 @@ ...@@ -15,9 +15,9 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
* *
* @package * @package
* @author * @author
* @date * @date
* @copyright http://www.gnu.org/licenses/gpl-2.0.txt * @copyright http://www.gnu.org/licenses/gpl-2.0.txt
* GNU General Public License * GNU General Public License
*/ */
...@@ -32,8 +32,9 @@ ...@@ -32,8 +32,9 @@
armarx::LayoutWorkerCreator::LayoutWorkerCreator() armarx::LayoutWorkerCreator::LayoutWorkerCreator()
: QObject() : QObject()
{ {
// aginit(); // aginit();
ARMARX_INFO_S << "Graphviz initialized"; ARMARX_INFO_S << "Graphviz initialized";
qRegisterMetaType<MediatorPtr>("MediatorPtr");
graphvizContext = gvContext(); graphvizContext = gvContext();
} }
......
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