5#ifndef QDBUSUNIXFILEDESCRIPTOR_H
6#define QDBUSUNIXFILEDESCRIPTOR_H
8#include <QtDBus/qtdbusglobal.h>
9#include <QtCore/qshareddata.h>
35 int fileDescriptor()
const;
36 void setFileDescriptor(
int fileDescriptor);
38 void giveFileDescriptor(
int fileDescriptor);
39 int takeFileDescriptor();
41 static bool isSupported();
\variable QDBusUnixFileDescriptor::d
void swap(QDBusUnixFileDescriptor &other) noexcept
QExplicitlySharedDataPointer< QDBusUnixFileDescriptorPrivate > Data
QDBusUnixFileDescriptor & operator=(QDBusUnixFileDescriptor &&other) noexcept
Move-assigns other to this QDBusUnixFileDescriptor.
Combined button and popup list for selecting options.