repo.or.cz
/
ttodo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Changed file format to include dependency table.
[ttodo.git]
/
todo.h
blob
617903032347e941b8f5eaa4a1e459585614dbe3
1
// todo.h
2
//
3
4
#ifndef TODO_H_2485BD5D6B62EC7E1E1B95096F9679E7
5
#define TODO_H_2485BD5D6B62EC7E1E1B95096F9679E7
6
7
#include
"ui/app.h"
8
9
class
CTodoApp
:
public
CApplication
{
10
public
:
11
static
CTodoApp
&
Instance
(
void
);
12
protected
:
13
void
OnCreate
(
argc_t argc
,
argv_t argv
);
14
private
:
15
CTodoApp
(
void
);
16
};
17
18
#endif
19