diff options
-rwxr-xr-x | mesongui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesongui.py b/mesongui.py index ee38583..4f9af8b 100755 --- a/mesongui.py +++ b/mesongui.py @@ -45,7 +45,7 @@ class PathModel(QAbstractItemModel): return 2 def headerData(self, section, orientation, role): - if section == '1': + if section == 1: return QVariant('Path') return QVariant('Type') |