Get rid of QPixmap
This commit is contained in:
@@ -237,10 +237,6 @@ void MainWindow::pixmapLoaded(Image *image)
|
||||
{
|
||||
m_imageGL->setImage(image->rawImage());
|
||||
}
|
||||
else
|
||||
{
|
||||
m_imageGL->setImage(image->pixmap());
|
||||
}
|
||||
}
|
||||
|
||||
void MainWindow::loadFile()
|
||||
|
||||
Reference in New Issue
Block a user