diff options
Diffstat (limited to 'devel/kscope/files/patch-inline')
-rw-r--r-- | devel/kscope/files/patch-inline | 22 |
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); + } |