1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-14 11:02:19 +01:00
falkonOfficial/src/tools/globalfunctions.h

18 lines
385 B
C
Raw Normal View History

#ifndef GLOBALFUNCTIONS_H
#define GLOBALFUNCTIONS_H
#include <QByteArray>
#include <QPixmap>
#include <QBuffer>
#include <QFile>
#include <QWidget>
#include <QApplication>
#include <QDesktopWidget>
QByteArray qz_pixmapToByteArray(const QPixmap &pix);
QByteArray qz_readAllFileContents(const QString &filename);
void qz_centerWidgetOnScreen(QWidget* w);
#endif // GLOBALFUNCTIONS_H