mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-27 10:32:58 +02:00
8 lines
95 B
C++
8 lines
95 B
C++
|
#include "foldercollection.h"
|
||
|
|
||
|
using namespace jop;
|
||
|
|
||
|
FolderCollection::FolderCollection() {
|
||
|
|
||
|
}
|