mirror of
https://github.com/YACReader/yacreader
synced 2025-07-27 09:24:57 -04:00
added new tables (8.0) to the data bases and side bar reading lists icons
This commit is contained in:
10
YACReaderLibrary/db/reading_list_item.h
Normal file
10
YACReaderLibrary/db/reading_list_item.h
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef READING_LIST_ITEM_H
|
||||
#define READING_LIST_ITEM_H
|
||||
|
||||
class ReadingListItem
|
||||
{
|
||||
public:
|
||||
ReadingListItem();
|
||||
};
|
||||
|
||||
#endif // READING_LIST_ITEM_H
|
Reference in New Issue
Block a user