summaryrefslogtreecommitdiffstats
path: root/kmymoney2/widgets/void-timetrace.cpp
blob: fefe6dc35893fb36d6ce95012243e8348ff4cbd6 (plain)
1
2
3
4
5
6
7
#include <tqglobal.h>

// required for the testcases, not used in TQt Designer plugin
void timetrace(const char *txt)
{
  Q_UNUSED(txt);
}