diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2018-07-02 08:20:47 +0200 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-07-02 09:34:17 +0200 | 
| commit | f2faf7acf4445fef2a149ebbdecb569a2d119d94 (patch) | |
| tree | 6629ba211a70a54a0ab82f6c4f4de08504072951 /tracker-wii | |
| parent | 66e75860d0c54baa39ed789442b09b96eeebe2e6 (diff) | |
nothing important
Diffstat (limited to 'tracker-wii')
| -rw-r--r-- | tracker-wii/wii_frame.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/tracker-wii/wii_frame.cpp b/tracker-wii/wii_frame.cpp index 92e7fd35..df7b9ca4 100644 --- a/tracker-wii/wii_frame.cpp +++ b/tracker-wii/wii_frame.cpp @@ -27,7 +27,7 @@ WIIPreview& WIIPreview::operator=(const pt_frame& frame_)      if (frame.channels() != 3)      { -        once_only(qDebug() << "tracker/pt: camera frame depth: 3 !=" << frame.channels()); +        eval_once(qDebug() << "tracker/pt: camera frame depth: 3 !=" << frame.channels());          return *this;      } @@ -61,7 +61,7 @@ QImage WIIPreview::get_bitmap()      if (stride < 64 || stride < frame_out.cols * 4)      { -        once_only(qDebug() << "bad stride" << stride +        eval_once(qDebug() << "bad stride" << stride                             << "for bitmap size" << frame_copy.cols << frame_copy.rows);          return QImage();      }  | 
