diff options
| author | Robert Bieber <robby@bieberphoto.com> | 2010-06-11 21:24:38 +0000 |
|---|---|---|
| committer | Robert Bieber <robby@bieberphoto.com> | 2010-06-11 21:24:38 +0000 |
| commit | ce0d21437e5197f90b0d8aa7a9055571c9db0263 (patch) | |
| tree | 0fb73fc45eb8b8cb0241bb1df489454dbb0bf3d5 /utils/themeeditor/skindocument.h | |
| parent | 6c921f5e04a1336f4a27f55afe728bae8f96065c (diff) | |
| download | rockbox-ce0d21437e5197f90b0d8aa7a9055571c9db0263.zip rockbox-ce0d21437e5197f90b0d8aa7a9055571c9db0263.tar.gz rockbox-ce0d21437e5197f90b0d8aa7a9055571c9db0263.tar.bz2 rockbox-ce0d21437e5197f90b0d8aa7a9055571c9db0263.tar.xz | |
Theme Editor: Made errors display in status bar when cursor is on error'd line
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26801 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/skindocument.h')
| -rw-r--r-- | utils/themeeditor/skindocument.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/themeeditor/skindocument.h b/utils/themeeditor/skindocument.h index ccbb228..79db8b6 100644 --- a/utils/themeeditor/skindocument.h +++ b/utils/themeeditor/skindocument.h @@ -67,6 +67,7 @@ signals: public slots: void settingsChanged(); + void cursorChanged(); private slots: void codeChanged(); |