Code

Doc. Keyboard and mouse reference files exported to inkscape-docs project (see http...
[inkscape.git] / src / ui / view / edit.h
1 /**
2  * \brief empty file left in repo for current desktop.h
3  */
5 #ifndef INKSCAPE_UI_VIEW_EDIT_H
6 #define INKSCAPE_UI_VIEW_EDIT_H
8 namespace Inkscape {
9 namespace UI {
10 namespace View {
12 } // namespace View
13 } // namespace UI
14 } // namespace Inkscape
16 #endif // INKSCAPE_UI_VIEW_EDIT_H
18 /*
19   Local Variables:
20   mode:c++
21   c-file-style:"stroustrup"
22   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
23   indent-tabs-mode:nil
24   fill-column:99
25   End:
26 */
27 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :