Browse Source

Register OBSSource as Qt metatype

Palana 11 years ago
parent
commit
6dcdaab2be
1 changed files with 1 additions and 0 deletions
  1. 1 0
      obs/window-basic-main.cpp

+ 1 - 0
obs/window-basic-main.cpp

@@ -57,6 +57,7 @@ using namespace std;
 
 Q_DECLARE_METATYPE(OBSScene);
 Q_DECLARE_METATYPE(OBSSceneItem);
+Q_DECLARE_METATYPE(OBSSource);
 Q_DECLARE_METATYPE(obs_order_movement);
 
 static void AddExtraModulePaths()