Mercurial
Mercurial
>
oss
>
FCL
>
sf
>
app
>
rndtools
/ comparison
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
|
file
|
latest
|
revisions
|
annotate
|
diff
| comparison |
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
stifui/qt/src/main.cpp
changeset 31
e7a04a6385be
parent 26
41ebde60981f
equal
deleted
inserted
replaced
30:d8e625c87f33
31:e7a04a6385be
25
FrmMain win;
25
FrmMain win;
26
win.showMaximized();
26
win.showMaximized();
27
return app.exec();
27
return app.exec();
28
}
28
}
29
29
30
// End of File