Falkon Develop
Cross-platform Qt-based web browser
History::HistoryEntry Struct Reference

#include <history.h>

Public Attributes

int id
 
int count
 
QDateTime date
 
QUrl url
 
QString urlString
 
QString title
 

Detailed Description

Definition at line 39 of file history.h.

Member Data Documentation

◆ count

int History::HistoryEntry::count

Definition at line 41 of file history.h.

◆ date

QDateTime History::HistoryEntry::date

Definition at line 42 of file history.h.

◆ id

int History::HistoryEntry::id

Definition at line 40 of file history.h.

◆ title

QString History::HistoryEntry::title

Definition at line 45 of file history.h.

◆ url

QUrl History::HistoryEntry::url

Definition at line 43 of file history.h.

◆ urlString

QString History::HistoryEntry::urlString

Definition at line 44 of file history.h.


The documentation for this struct was generated from the following file: