Start moving nost-pack into library
This commit is contained in:
@@ -21,6 +21,7 @@ target_link_libraries(
|
||||
NostalgiaCommon
|
||||
NostalgiaCore
|
||||
NostalgiaStudio
|
||||
NostalgiaTool
|
||||
)
|
||||
|
||||
install(
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user