/[svn]/gigedit/trunk/src/gigedit/mainwindow.cpp
ViewVC logotype

Diff of /gigedit/trunk/src/gigedit/mainwindow.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3151 by schoenebeck, Fri May 5 18:44:59 2017 UTC revision 3155 by schoenebeck, Sun May 7 15:32:43 2017 UTC
# Line 3729  void MainWindow::paste_copied_dimrgn() { Line 3729  void MainWindow::paste_copied_dimrgn() {
3729  }  }
3730    
3731  void MainWindow::adjust_clipboard_content() {  void MainWindow::adjust_clipboard_content() {
3732      MacroEditor* editor = new MacroEditor;      MacroEditor* editor = new MacroEditor();
3733      editor->setMacro(&m_serializationArchive);      editor->setMacro(&m_serializationArchive);
3734      editor->show();      editor->show();
3735  }  }

Legend:
Removed from v.3151  
changed lines
  Added in v.3155

  ViewVC Help
Powered by ViewVC