add mark all as read

This commit is contained in:
ouwou
2021-12-22 01:44:26 -05:00
parent 9fd0d404a1
commit 145504bdd6
5 changed files with 39 additions and 4 deletions

View File

@@ -15,6 +15,8 @@
#include <type_traits>
#include <gtkmm.h>
#define NOOP_CALLBACK [](...) {}
namespace util {
template<typename T>
struct is_optional : ::std::false_type {};