![]() |
ckb-next
beta-v0.2.8 at branch testing
ckb-next driver for corsair devices
|
#include "ckbsettings.h"
#include "kbmanager.h"
#include "kbfirmware.h"
#include "mainwindow.h"
#include "ui_mainwindow.h"
#include <cstdlib>
#include <QSharedMemory>
#include <QShortcut>
#include <QMessageBox>
#include <QMenuBar>
#include <unistd.h>
Go to the source code of this file.
Variables | |
QSharedMemory | appShare |
static const QString | configLabel = "Settings" |
QSharedMemory appShare |
Referenced by MainWindow::timerTick().
|
static |
Definition at line 15 of file mainwindow.cpp.
Referenced by MainWindow::MainWindow().