Преглед на файлове

Merge pull request #806 from phcerdan/fix_missing_include_ButtonsWidget

BUG: Fix missing include QItemSelection
Jean-Christophe Fillion-Robin преди 7 години
родител
ревизия
cf71b0afc2
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      Libs/Widgets/ctkPathListButtonsWidget_p.h

+ 1 - 0
Libs/Widgets/ctkPathListButtonsWidget_p.h

@@ -23,6 +23,7 @@
 
 // Qt includes
 #include <QObject>
+#include <QItemSelection>
 
 // CTK includes
 #include "ui_ctkPathListButtonsWidget.h"