Repo created
This commit is contained in:
parent
4af19165ec
commit
68073add76
12458 changed files with 12350765 additions and 2 deletions
19
qt/osm_auth_dialog.hpp
Normal file
19
qt/osm_auth_dialog.hpp
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
#pragma once
|
||||
|
||||
#include <QtWidgets/QDialog>
|
||||
|
||||
namespace qt
|
||||
{
|
||||
|
||||
class OsmAuthDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit OsmAuthDialog(QWidget * parent);
|
||||
|
||||
private slots:
|
||||
void OnAction();
|
||||
};
|
||||
|
||||
} // namespace qt
|
||||
Loading…
Add table
Add a link
Reference in a new issue