Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
ca97bce8
Commit
ca97bce8
authored
Jul 11, 2009
by
Adriaan de Groot
Committed by
Oswald Buddenhagen
Jul 14, 2009
Browse files
Make the loadSettingsHelper template friend declaration match its definition
parent
27ac02de
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/quickopen/quickopenplugin.h
View file @
ca97bce8
...
@@ -88,7 +88,7 @@ private:
...
@@ -88,7 +88,7 @@ private:
QFutureWatcher
<
void
>
m_loadWatcher
;
QFutureWatcher
<
void
>
m_loadWatcher
;
template
<
typename
S
>
template
<
typename
S
>
friend
void
loadSettingsHelper
(
QuickOpenPlugin
*
p
,
S
*
settings
);
friend
static
void
loadSettingsHelper
(
QuickOpenPlugin
*
p
,
S
*
settings
);
};
};
}
// namespace Internal
}
// namespace Internal
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment