diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2008-11-02 06:16:55 +0000 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2008-11-02 06:16:55 +0000 |
| commit | bde34fad26d6510c18b1adb49b992a90879ee4d2 (patch) | |
| tree | 92c527f9a3fc6c0f2267659659eaef45b5aba534 /sigmodr/SigmodTreeModel.cpp | |
| parent | 7fb827cb9b76990e0c00d9681e7d7411bfde871c (diff) | |
| download | sigen-bde34fad26d6510c18b1adb49b992a90879ee4d2.tar.gz sigen-bde34fad26d6510c18b1adb49b992a90879ee4d2.tar.xz sigen-bde34fad26d6510c18b1adb49b992a90879ee4d2.zip | |
[FIX] Fixed the building of sigmodr
[FIX] ScriptWidget will now fall back to a standard KTextEdit if a KTE is not available
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@295 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'sigmodr/SigmodTreeModel.cpp')
| -rw-r--r-- | sigmodr/SigmodTreeModel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sigmodr/SigmodTreeModel.cpp b/sigmodr/SigmodTreeModel.cpp index b9f957e8..51bea45d 100644 --- a/sigmodr/SigmodTreeModel.cpp +++ b/sigmodr/SigmodTreeModel.cpp @@ -50,7 +50,7 @@ QVariant Sigmodr::SigmodTreeModel::data(const QModelIndex& index, int role) cons return object->data(role); } -QVariant Sigmodr::SigmodTreeModel::headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const +QVariant Sigmodr::SigmodTreeModel::headerData(int section, Qt::Orientation orientation, int role) const { Q_UNUSED(section) Q_UNUSED(orientation) |
