freebsd-ports/editors/klat4/files/patch-klatexecsettingsdlgimpl.cpp
Martin Wilke 471e1146e3 - Fix clang build
- Add License
- Stage support

PR:		186735
Submitted by:	ports fury
2014-02-23 16:11:38 +00: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)