Skip to content
Snippets Groups Projects
Commit 3f9aac67 authored by Emmanuel Lepage's avatar Emmanuel Lepage
Browse files

Fix compilation warning on old GCC

parent 5dcd8777
Branches
Tags
No related merge requests found
......@@ -436,7 +436,6 @@ template<typename CallWidget, typename Index> const QStringList CallModel<CallWi
///Return the history list
template<typename CallWidget, typename Index> const CallMap& CallModel<CallWidget,Index>::getHistory()
{
qDebug() << "Getting history" << m_sHistoryCalls.count();
return m_sHistoryCalls;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment