This repository has been archived on 2025-03-22. You can view files and clone it, but cannot push or open issues or pull requests.
organicmaps-tmp/qt/about.hpp
2017-07-04 11:26:12 +03:00

11 lines
179 B
C++

#pragma once
#include <QtWidgets/QApplication>
#include <QtWidgets/QDialog>
class AboutDialog : public QDialog
{
Q_OBJECT
public:
explicit AboutDialog(QWidget * parent);
};