Guest User

Untitled

a guest
Feb 18th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. void RecycleBin::setSource(const QUrl &fileName)
  2. {
  3.     qDebug() << "Message" << m_fileName.isValid();
  4. //    if ( ! m_fileName.isValid() )
  5. //    {
  6. //        m_fileName.fromLocalFile( fileName.toLocalFile() );
  7. //        m_image = QPixmap( fileName.toLocalFile() );
  8. //        emit sourceChanged();
  9. //    }
  10. }
Add Comment
Please, Sign In to add comment