Kaydet (Commit) bee72ee6 authored tarafından Noel Grandin's avatar Noel Grandin

loplugin:staticmethods

Change-Id: I4cdf2fa91dde1968cfb984faf0bdd3aad42eefd2
üst e1057056
......@@ -60,7 +60,7 @@ public:
static gboolean docConfigureEvent(GtkWidget* pWidget, GdkEventConfigure* pEvent, gpointer pData);
gboolean docConfigureEventImpl(GtkWidget* pWidget, GdkEventConfigure* pEvent);
/// Draws rText at the center of rRectangle on pCairo.
void drawText(cairo_t* pCairo, const GdkRectangle& rRectangle, const std::string& rText);
static void drawText(cairo_t* pCairo, const GdkRectangle& rRectangle, const std::string& rText);
};
/// Represents all the state that is specific to one GtkWindow of this app.
......
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