summaryrefslogtreecommitdiffstats
path: root/scribus/chartableview.h
diff options
context:
space:
mode:
authorfschmid <fschmid@11d20701-8431-0410-a711-e3c959e3b870>2012-02-04 23:06:22 +0000
committerfschmid <fschmid@11d20701-8431-0410-a711-e3c959e3b870>2012-02-04 23:06:22 +0000
commitf9ea35cd2131feb62f6157f79c4d453cf0307d94 (patch)
tree335d58c319ced927bd982291ca46913ae70179a1 /scribus/chartableview.h
parentb4bb54811720a94c8b31370c04b61ac51f66d120 (diff)
downloadscribus-f9ea35cd2131feb62f6157f79c4d453cf0307d94.tar.gz
scribus-f9ea35cd2131feb62f6157f79c4d453cf0307d94.tar.xz
scribus-f9ea35cd2131feb62f6157f79c4d453cf0307d94.zip
Fixed Bug 10336: "Inserted glyph is not of the requested font" by backporting the relevant changes from 1.5.0svn
git-svn-id: svn://scribus.net/branches/Version14x/Scribus@17279 11d20701-8431-0410-a711-e3c959e3b870
Diffstat (limited to 'scribus/chartableview.h')
-rw-r--r--scribus/chartableview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scribus/chartableview.h b/scribus/chartableview.h
index 8a67f29..1be1eb3 100644
--- a/scribus/chartableview.h
+++ b/scribus/chartableview.h
@@ -29,7 +29,7 @@ public:
CharTableView(QWidget * parent = 0);
signals:
- void selectChar(uint);
+ void selectChar(uint, QString);
//! \brief When user press the DELETE/BACKSPACE key
void delChar();