Export WebTab::SavedTab

remotes/origin/Falkon/3.0
David Rosca 8 years ago
parent 588018e338
commit bf0043e16c
No known key found for this signature in database
GPG Key ID: EBC3FC294452C6D8
  1. 2
      src/lib/webtab/webtab.h

@ -40,7 +40,7 @@ class FALKON_EXPORT WebTab : public QWidget
{
Q_OBJECT
public:
struct SavedTab {
struct FALKON_EXPORT SavedTab {
QString title;
QUrl url;
QIcon icon;

Loading…
Cancel
Save