From bde34fad26d6510c18b1adb49b992a90879ee4d2 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sun, 2 Nov 2008 06:16:55 +0000 Subject: [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 --- sigmodr/SigmodTreeModel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sigmodr/SigmodTreeModel.cpp') 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) -- cgit