mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
fix compiling error
This commit is contained in:
parent
e7c64c6e63
commit
0bb41abd0e
@ -35,5 +35,5 @@ QString SAKCodingStyle::stringProperty1()
|
||||
void SAKCodingStyle::setStringProperty1(QString str)
|
||||
{
|
||||
_stringProperty1 = str;
|
||||
emit stringProperty1Changed;
|
||||
emit stringProperty1Changed();
|
||||
}
|
||||
|
||||
@ -44,7 +44,7 @@ private:
|
||||
private:
|
||||
QString _stringProperty1;
|
||||
QString stringProperty1();
|
||||
void setStringProperty1();
|
||||
void setStringProperty1(QString str);
|
||||
signals:
|
||||
void stringProperty1Changed();
|
||||
private:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user