mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 06:54:39 -04:00
Bug fix. Updates through the server didn't update the read field in the DB.
This commit is contained in:
13
YACReaderLibrary/bundle_creator.cpp
Normal file
13
YACReaderLibrary/bundle_creator.cpp
Normal file
@ -0,0 +1,13 @@
|
||||
#include "bundle_creator.h"
|
||||
|
||||
|
||||
BundleCreator::BundleCreator(void)
|
||||
:QObject()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
BundleCreator::~BundleCreator(void)
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user