opnsense-ports/editors/klat4/files/patch-klatexecsettingsdlgimpl.cpp
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

18 lines
518 B
C++

--- klatexecsettingsdlgimpl.cpp.orig
+++ klatexecsettingsdlgimpl.cpp
@@ -271,6 +271,7 @@
return tmp.entry().commandLine();
// else if (index.column() == 4)
// return tmp.entry().shortcut().toString();
+ return QVariant();
}
else
return QVariant();
@@ -294,6 +295,7 @@
return QString(i18n("Parameters"));
// else if(sect == 4)
// return QString("Shortcut");
+ return QString("Invisible");
}
void KlatExecConfigModel::slotDataChanged(const QModelIndex &top, const QModelIndex &bottom)