KWin
|
#include "KWayland/Client/dpms.h"
#include "KWayland/Client/connection_thread.h"
#include "KWayland/Client/output.h"
#include "KWayland/Client/registry.h"
#include <QApplication>
#include <QDialogButtonBox>
#include <QFormLayout>
#include <QLabel>
#include <QPushButton>
#include <QVBoxLayout>
#include <QWidget>
Go to the source code of this file.
Functions | |
QString | supportedToString (bool supported) |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv ) |
Definition at line 116 of file dpmstest.cpp.
QString supportedToString | ( | bool | supported | ) |
Definition at line 36 of file dpmstest.cpp.