Start moving nost-pack into library

This commit is contained in:
2017-05-14 10:40:19 -05:00
parent 9a920c5a99
commit 0ec41de34e
6 changed files with 149 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ target_link_libraries(
NostalgiaCommon
NostalgiaCore
NostalgiaStudio
NostalgiaTool
)
install(

View File

@@ -101,7 +101,6 @@ Qt::ItemFlags OxFSModel::flags(const QModelIndex &index) const {
}
QVariant OxFSModel::headerData(int section, Qt::Orientation orientation, int role) const {
return QVariant();
if (orientation == Qt::Horizontal && role == Qt::DisplayRole) {
return m_rootItem->data(section);
} else {