]> git.lyx.org Git - lyx.git/commit
Avoid useless warning from Qt
authorEnrico Forestieri <forenr@lyx.org>
Sun, 8 Jan 2017 22:11:04 +0000 (23:11 +0100)
committerEnrico Forestieri <forenr@lyx.org>
Sun, 8 Jan 2017 22:11:04 +0000 (23:11 +0100)
commit25e6b5da39b2f9d5e1ce7c66baaf0ce968c8dc1a
treef345c07a816cf69fa808f92e0fabe7d6c11cdc07
parent06e2669b354561ebafcd69c24d0319d47ba1d279
Avoid useless warning from Qt

When cloning InsetExternal, the tempname_ member of InsetExternalParams
has yet to be initialized. So, trying to remove it causes the warning
"QFile::remove: Empty or null file name".
src/insets/InsetExternal.cpp