Kaydet (Commit) e9a66b4d authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: this method can be declared static [loplugin:staticmethods]

Change-Id: I39d63811d154b849708f1254642fd0eb04a9848b
üst 072f5090
......@@ -171,7 +171,7 @@ struct LOKDocView_Impl
*/
void renderDocument(GdkRectangle* pPartial);
/// Sets rWidth and rHeight from a "width, height" string.
void payloadToSize(const char* pPayload, long& rWidth, long& rHeight);
static void payloadToSize(const char* pPayload, long& rWidth, long& rHeight);
/// Returns the GdkRectangle of a width,height,x,y string.
static GdkRectangle payloadToRectangle(const char* pPayload);
/// Returns the GdkRectangles of a w,h,x,y;w2,h2,x2,y2;... string.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment