Ответ
 
Опции вопроса Поиск в этом вопросе Опции просмотра
  #1  
Старый 28.09.2011, 21:58
Аватар для Guest
Guest
Вопрос
Сообщений: n/a
По умолчанию

Хочу считать файл в другом потоке, используя QImageReaderКод:QImageReader imgReader;imgReader.setFileName("filenam e");QImage *img = new QImage();QFuture future = QtConcurrent::run(imgReader, &QImageReader::read);*img = future.result();получаю:Цитировать../Qt/4.4.1/include/QtGui/../../src/gui/image/qimagereader.h: In constructor `QtConcurrent::StoredMemberFunctionCall0 ::StoredMemberFunctionCall0(T (Class::*)(), const Class&) [with T = QImage, Class = QImageReader]':../Qt/4.4.1/include/QtCore/../../src/corelib/concurrent/qtconcurrentrun.h:169: instantiated from `QFuture QtConcurrent::run(const Class&, T (Class::*)()) [with T = QImage, Class = QImageReader]'image.cpp:53: instantiated from here../Qt/4.4.1/include/QtGui/../../src/gui/image/qimagereader.h:133: error: `QImageReader::QImageReader(const QImageReader&)' is private../Qt/4.4.1/include/QtCore/../../src/corelib/concurrent/qtconcurrentstoredfunctioncall.h:120: error: within this contextmingw32-make[1]: *** [debug/image.o] Error 1Что я делаю не так?
Ответить с цитированием
Ответ



Похожие вопросы
Тема Автор Раздел Ответов Последний вопрос или ответ
Непонятки с КПП!!! Guest Продолжение старого архива 0 30.09.2011 12:39
Непонятки с кпп Guest Продолжение старого архива 0 30.09.2011 12:09
Непонятки со SLI ! Guest Новый архив 2 0 29.09.2011 04:33
QtConcurrent vs QThread Guest Новые вопросы и ответы 4 0 28.09.2011 17:57



© www.otvetnemail.ru - Форум вопросов и ответов.