summaryrefslogtreecommitdiff
path: root/devel/kscope/files/patch-inline
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-03-09 17:43:37 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-03-09 17:43:37 +0000
commit4f4d96c15acc13f535d7356c63fa47ee8df37366 (patch)
tree85a9fba5af9cd857d2a4bdede31ccb41edd16a75 /devel/kscope/files/patch-inline
parent- Update to 1.4 (diff)
Update to 1.1.0 (almost working PR from under my desk)
Based on PR: ports/77248 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=130746
Diffstat (limited to 'devel/kscope/files/patch-inline')
-rw-r--r--devel/kscope/files/patch-inline22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/kscope/files/patch-inline b/devel/kscope/files/patch-inline
new file mode 100644
index 000000000000..ff9e3ef6ad3b
--- /dev/null
+++ b/devel/kscope/files/patch-inline
@@ -0,0 +1,22 @@
+--- src/kscope.h.orig Wed Mar 9 18:30:41 2005
++++ src/kscope.h Wed Mar 9 18:30:52 2005
+@@ -145,7 +145,7 @@
+ bool getSymbol(uint&, QString&, bool bPrompt = true);
+ EditorPage* addEditor(const QString&s);
+ EditorPage* createEditorPage();
+- inline bool isAutoRebuildEnabled();
++ bool isAutoRebuildEnabled();
+
+ private slots:
+ // Menu actions
+--- src/kscope.cpp.orig Wed Mar 9 18:30:35 2005
++++ src/kscope.cpp Wed Mar 9 18:31:08 2005
+@@ -1126,7 +1126,7 @@
+ * @return true if database auto-rebuild is enabled for the current project,
+ * false otherwise
+ */
+-inline bool KScope::isAutoRebuildEnabled()
++bool KScope::isAutoRebuildEnabled()
+ {
+ return (m_pProjMgr->getAutoRebuildTime() >= 0);
+ }