~ubuntu-branches/debian/stretch/rkward/stretch

« back to all changes in this revision

Viewing changes to rkward/plugin/rkpreviewbox.cpp

  • Committer: Package Import Robot
  • Author(s): Thomas Friedrichsmeier
  • Date: 2013-03-28 09:30:00 UTC
  • mfrom: (1.1.20)
  • Revision ID: package-import@ubuntu.com-20130328093000-sve1tsn82kltuduv
Tags: 0.6.1~rc1-1
* new upstream release
* re-add Vcs-Browser field
* fix year in changelog (previous upload had 2012 instead of 2013)
* add runtime dependency on r-base-core < 3.0.0 unless compiled with >= 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
                code_property = static_cast<RKComponentPropertyCode *> (cp);
69
69
                connect (code_property, SIGNAL (valueChanged (RKComponentPropertyBase *)), this, SLOT (changedCode (RKComponentPropertyBase *)));
70
70
        } else {
71
 
                RK_DO (qDebug ("Could not find code property in preview box (remainder: %s)", dummy.toLatin1().data ()), PLUGIN, DL_WARNING);
 
71
                RK_DEBUG (PLUGIN, DL_WARNING, "Could not find code property in preview box (remainder: %s)", dummy.toLatin1().data ());
72
72
                code_property = 0;
73
73
        }
74
74