LINUX.ORG.RU

История изменений

Исправление Xintrea, (текущая версия) :

В документации написано:

Returns a reference to a QMimeData representation of the current clipboard data.

The mode argument is used to control which part of the system clipboard is used. If mode is QClipboard::Clipboard, the data is retrieved from the global clipboard. If mode is QClipboard::Selection, the data is retrieved from the global mouse selection. If mode is QClipboard::FindBuffer, the data is retrieved from the search string buffer.

The text(), image(), and pixmap() functions are simpler wrappers for retrieving text, image, and pixmap data.

Ничего про возможность возврата NULL не сказано.

Тут вот выше рекомендуют использовать QAndroidPlatformClipboard. Однако в официальной документации этот класс вообще не описан. Ни в локальном ассистенте, ни на сайте:

http://qt-project.org/search?search=QAndroidPlatformClipboard

Или это кусок исходника Qt товарищ показывает.

Исходная версия Xintrea, :

В документации написано:

Returns a reference to a QMimeData representation of the current clipboard data.

The mode argument is used to control which part of the system clipboard is used. If mode is QClipboard::Clipboard, the data is retrieved from the global clipboard. If mode is QClipboard::Selection, the data is retrieved from the global mouse selection. If mode is QClipboard::FindBuffer, the data is retrieved from the search string buffer.

The text(), image(), and pixmap() functions are simpler wrappers for retrieving text, image, and pixmap data.

Ничего про возможность возврата NULL не сказано.

Тут вот выше рекомендуют использовать QAndroidPlatformClipboard. Однако в официальной документации этот класс вообще не описан. Ни в локальном ассистенте, ни на сайте:

http://qt-project.org/search?search=QAndroidPlatformClipboard