Browse Source

Protected methods

isundil 7 months ago
parent
commit
3034354767
1 changed files with 1 additions and 1 deletions
  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);