~daschuer/mixxx/features_setlog

« back to all changes in this revision

Viewing changes to mixxx/src/library/queryutil.h

  • Committer: daschuer at gmx
  • Date: 2011-10-04 20:29:10 UTC
  • mfrom: (2840.1.15 mixxx-trunk)
  • Revision ID: daschuer@gmx.de-20111004202910-8pktjwu7f51xl515
merged with lp:mixxx

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef QUERYUTIL_H
 
2
#define QUERYUTIL_H
 
3
 
 
4
#include <QtDebug>
 
5
 
 
6
#define LOG_FAILED_QUERY(query) qDebug() << __FILE__ << __LINE__ << "FAILED QUERY [" \
 
7
    << query.executedQuery() << "]" << query.lastError()
 
8
 
 
9
#endif /* QUERYUTIL_H */