MCPcopy Create free account
hub / github.com/KDE/kdiff3 / canSaveAs

Method canSaveAs

src/kdiff3.cpp:544–547  ·  view source on GitHub ↗

canSaveAs*/

Source from the content-addressed store, hash-verified

542
543/*canSaveAs*/
544bool KDiff3App::canSaveAs()
545{
546 return (m_bOutputModified && StandardMenus::allowSave());
547}
548
549/*
550 Please do not add logic for MergeResultWindow or DiffTextWindow here they have their own handlers.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected