mirror of
https://github.com/rodamaral/lsnes.git
synced 2025-04-02 10:42:15 -04:00
11 lines
161 B
C++
Executable file
11 lines
161 B
C++
Executable file
void pLineEdit::setEditable(bool editable) {
|
|
}
|
|
|
|
void pLineEdit::setText(const string &text) {
|
|
}
|
|
|
|
string pLineEdit::text() {
|
|
}
|
|
|
|
void pLineEdit::constructor() {
|
|
}
|