Repo created
This commit is contained in:
parent
4af19165ec
commit
68073add76
12458 changed files with 12350765 additions and 2 deletions
19
qt/place_page_dialog_user.hpp
Normal file
19
qt/place_page_dialog_user.hpp
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
#pragma once
|
||||
|
||||
#include "search/reverse_geocoder.hpp"
|
||||
|
||||
#include <QtWidgets/QDialog>
|
||||
|
||||
namespace place_page
|
||||
{
|
||||
class Info;
|
||||
}
|
||||
|
||||
class PlacePageDialogUser : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
PlacePageDialogUser(QWidget * parent, place_page::Info const & info,
|
||||
search::ReverseGeocoder::Address const & address);
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue