Header text fix.

pull/15/head
Jussi Pakkanen 11 years ago
parent 4b4c2d9d90
commit f6d21a00d7
  1. 2
      mesongui.py

@ -173,7 +173,7 @@ class DependencyModel(QAbstractItemModel):
if role != PyQt5.QtCore.Qt.DisplayRole:
return QVariant()
if section == 3:
return QVariant('Libraries')
return QVariant('Link flags')
if section == 2:
return QVariant('Compile flags')
if section == 1:

Loading…
Cancel
Save