some refactore
This commit is contained in:
@@ -3,9 +3,10 @@
|
||||
#include <gtkmm/button.h>
|
||||
#include <gtkmm/popover.h>
|
||||
|
||||
#include "components/button/iconButton.hpp"
|
||||
#include "components/popover.hpp"
|
||||
|
||||
class WebWidget : public Popover {
|
||||
public:
|
||||
WebWidget(std::string icon, std::string title, std::string url);
|
||||
WebWidget(Icon::Type icon, std::string title, std::string url);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user