You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-03 23:50:33 +02:00
16 lines
205 B
C++
Executable File
16 lines
205 B
C++
Executable File
#ifndef FILTERS_H
|
|
#define FILTERS_H
|
|
|
|
#include <stable.h>
|
|
|
|
namespace jop {
|
|
namespace filters {
|
|
|
|
QString apiBaseUrl(const QString& apiBaseUrl);
|
|
QString email(const QString& email);
|
|
|
|
}
|
|
}
|
|
|
|
#endif // FILTERS_H
|