ソースを参照

Protected methods

isundil 7 ヶ月 前
コミット
3034354767
1 ファイル変更1 行追加1 行削除
  1. 1 1
      includes/breadcrumb.h

+ 1 - 1
includes/breadcrumb.h

@@ -18,7 +18,7 @@ namespace craftlab::ui
 	signals:
 		void SelectionChanged(int index);
 
-	private:
+	protected:
 		void addItem(QListWidgetItem*);
 		QWidget* BuildItemWidget(const QListWidgetItem& item);