VAPOR3
3.9.4
apps
vaporgui
CheckForNotices.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
#include <functional>
5
#include <vector>
6
#include <QDateTime>
7
8
struct
Notice
{
9
std::string
url
;
10
std::string
content
;
11
12
QDate
date
;
13
QDate
until
;
14
};
15
18
19
void
CheckForGHNotices
(std::function<
void
(
const
std::vector<Notice> &)> callback);
CheckForGHNotices
void CheckForGHNotices(std::function< void(const std::vector< Notice > &)> callback)
Notice
Definition:
CheckForNotices.h:8
Notice::content
std::string content
Definition:
CheckForNotices.h:10
Notice::date
QDate date
Definition:
CheckForNotices.h:12
Notice::url
std::string url
Definition:
CheckForNotices.h:9
Notice::until
QDate until
Definition:
CheckForNotices.h:13
Generated by
1.9.6