~online-accounts/signon/13.04

« back to all changes in this revision

Viewing changes to src/remotepluginprocess/main.cpp

  • Committer: Alberto Mardegan
  • Date: 2013-01-21 13:51:42 UTC
  • Revision ID: git-v1:4948089bc238f9d6d844b014b34ee3d436ddb72c
Allow use of deprecated qInstallMsgHandler API

This function is deprecated in Qt5, but the Qt5 equivalent for it is
substantially different; in order to keep the code base clear for both
Qt4 and Qt5, allow the usage of deprecated functions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
#include <syslog.h>
32
32
}
33
33
 
 
34
#define QT_DISABLE_DEPRECATED_BEFORE QT_VERSION_CHECK(4, 0, 0)
 
35
 
34
36
#include "debug.h"
35
37
#include "remotepluginprocess.h"
36
38