aacid added inline comments. INLINE COMMENTS
> maindlg.cpp:235 > actionCollection()->addAction( KStandardAction::Print, "file_print", > this, SLOT(slotPrint()) ); > + actionCollection()->addAction( KStandardAction::PrintPreview, > "file_print_preview", this, SLOT(slotPrintPreview()) ); > KStandardAction::save( this, SLOT(slotSave()), actionCollection() ); maybe use a new style connect here? REPOSITORY R334 KmPlot REVISION DETAIL https://phabricator.kde.org/D17626 To: yurchor, #kde_edu, tcanabrava Cc: aacid, tcanabrava, kde-doc-english, kde-edu, skadinna, narvaez, apol
