r22740 by jghali - Fix mix of line endings
scribus-commit
scribus-commit at lists.scribus.net
Sun Oct 21 19:10:45 UTC 2018
Author: jghali
Date: Sun Oct 21 19:10:45 2018
New Revision: 22740
URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=22740
Log:
Fix mix of line endings
Modified:
trunk/Scribus/scribus/pageitem_latexframe.h
Modified: trunk/Scribus/scribus/pageitem_latexframe.h
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=22740&path=/trunk/Scribus/scribus/pageitem_latexframe.h
==============================================================================
--- trunk/Scribus/scribus/pageitem_latexframe.h (original)
+++ trunk/Scribus/scribus/pageitem_latexframe.h Sun Oct 21 19:10:45 2018
@@ -57,10 +57,10 @@
virtual QString infoDescription() const;
void layout();
- /**
- * @brief Load an image into an image frame, moved from ScribusView
- * @return True if load succeeded
- */
+ /**
+ * @brief Load an image into an image frame, moved from ScribusView
+ * @return True if load succeeded
+ */
bool loadImage(const QString& filename, const bool reload, const int gsResolution = -1, bool showMsg = false) override;
/** @brief Perform undo/redo action */
More information about the scribus-commit
mailing list