1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00

Export WebTab::SavedTab

This commit is contained in:
David Rosca 2018-03-23 12:09:21 +01:00
parent 588018e338
commit bf0043e16c
No known key found for this signature in database
GPG Key ID: EBC3FC294452C6D8

View File

@ -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;