#ifndef UTILS_H #define UTILS_H #include #include namespace Utils { void SetDPMS(bool on); void AlwaysOnTop(WId wid, bool on); void updateAppImage(); QString createTimestamp(int seconds); } #endif