X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=InfoPanel.h;h=e6e3048aec1ece7bef3db9db91a52fcac530ac20;hb=refs%2Fchanges%2F42%2F23542%2F1;hp=0602c9fd0f30abdb4ef986e28d964768773a3201;hpb=15a79164e5bb3dd51185371a17d9ae8b48b40a85;p=apps%2Fpoi-yelp.git diff --git a/InfoPanel.h b/InfoPanel.h index 0602c9f..e6e3048 100644 --- a/InfoPanel.h +++ b/InfoPanel.h @@ -9,13 +9,14 @@ #include "Business.h" #include "InfoPanelLabel.h" -class InfoPanel +class InfoPanel : public QWidget { public: - InfoPanel(QWidget *parent, Business & business, QRect rect); + InfoPanel(QWidget *parent, QRect rect); virtual ~InfoPanel(){} QPushButton * getCancelButton() { return &cancelButton; } QPushButton * getGoButton() { return &goButton; } + void populateInfo(Business & business); private: InfoPanelLabel nameLabel;