Formatting
This commit is contained in:
@@ -58,7 +58,7 @@ class SimpleTreeItem {
|
||||
bool lazy_loaded;
|
||||
|
||||
T *parent;
|
||||
QList<T *> children;
|
||||
QList<T*> children;
|
||||
QAbstractItemModel *child_model;
|
||||
|
||||
SimpleTreeModel<T> *model;
|
||||
|
||||
@@ -88,6 +88,7 @@ QModelIndex SimpleTreeModel<T>::index(int row, int, const QModelIndex &parent) c
|
||||
return QModelIndex();
|
||||
|
||||
return ItemToIndex(parent_item->children[row]);
|
||||
|
||||
}
|
||||
|
||||
template<typename T>
|
||||
|
||||
@@ -94,6 +94,7 @@ ITaskbarList3 *Windows7ThumbBar::CreateTaskbarList() {
|
||||
}
|
||||
|
||||
return taskbar_list;
|
||||
|
||||
}
|
||||
|
||||
void Windows7ThumbBar::SetupButton(const QAction *action, THUMBBUTTON *button) {
|
||||
|
||||
Reference in New Issue
Block a user