D25010: [StatJob] Use A QFlag to specify the details returned by StatJob

Laurent Montel noreply at phabricator.kde.org
Thu Mar 12 12:54:55 GMT 2020


mlaurent added a comment.


  "/compile/kde5/framework/kde/kdegames/kjumpingcube/game.cpp:582:63: erreur: impossible de convertir « KIO::StatJob::DestinationSide » de « KIO::StatJob::StatSide » vers « KIO::JobFlags » {aka « QFlags<KIO::JobFlag> »}
  
    582 |          KIO::StatJob* statJob = KIO::stat(url, KIO::StatJob::DestinationSide, 0);
        |                                                 ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
        |                                                               |
        |                                                               KIO::StatJob::StatSide
  
  /compile/kde5/framework/kde/kdegames/kjumpingcube/game.cpp: Dans la fonction membre « void Game::loadGame() »:
  /compile/kde5/framework/kde/kdegames/kjumpingcube/game.cpp:627:60: erreur: impossible de convertir « KIO::StatJob::SourceSide » de « KIO::StatJob::StatSide » vers « KIO::JobFlags » {aka « QFlags<KIO::JobFlag> »}
  
    627 |       KIO::StatJob* statJob = KIO::stat(url, KIO::StatJob::SourceSide, 0);
        |                                              ~~~~~~~~~~~~~~^~~~~~~~~~
        |                                                            |
        |                                                            KIO::StatJob::StatSide
  
  "
  
  compile is broken in several package see below.

REPOSITORY
  R241 KIO

REVISION DETAIL
  https://phabricator.kde.org/D25010

To: meven, #frameworks, dfaure, kossebau
Cc: mlaurent, dalbers, kde-frameworks-devel, LeGast00n, cblack, GB_2, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20200312/7eafeb23/attachment-0001.html>


More information about the Kde-frameworks-devel mailing list