compile fix on Windows

This commit is contained in:
hjk
2010-06-25 14:13:49 +02:00
parent e2159536b0
commit 2473cf30f3

View File

@@ -334,7 +334,7 @@ QString Shortcut::defaultText() const
return m_defaultText;
}
bool Shortcut::setCurrentContext(const Context &context)
bool Shortcut::setCurrentContext(const Core::Context &context)
{
foreach (int ctxt, m_context) {
if (context.contains(ctxt)) {