switched global to unique ptr and renamed olive namespace
This commit is contained in:
@@ -330,7 +330,7 @@ void TextEffect::text_edit_menu() {
|
||||
}
|
||||
|
||||
void TextEffect::open_text_edit() {
|
||||
TextEditDialog ted(Olive::MainWindow, text_val->get_current_data().toString());
|
||||
TextEditDialog ted(olive::MainWindow, text_val->get_current_data().toString());
|
||||
ted.exec();
|
||||
QString result = ted.get_string();
|
||||
if (!result.isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user