diff options
Diffstat (limited to 'aoimage.cpp')
| -rw-r--r-- | aoimage.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/aoimage.cpp b/aoimage.cpp index f523e4ea..dc225912 100644 --- a/aoimage.cpp +++ b/aoimage.cpp @@ -50,8 +50,5 @@ void AOImage::set_scaled_image(QString p_image) QPixmap f_pixmap(final_image_path); - qDebug() << "aoimage width" << this->width(); - qDebug() << "aoimage height" << this->height(); - this->setPixmap(f_pixmap.scaled(this->width(), this->height(), Qt::IgnoreAspectRatio)); } |
