Your ROOT_URL in app.ini is https://scm.trinitydesktop.org/gitea/ but you are visiting https://scm.trinitydesktop.net/gitea/TDE/tdelibs/src/commit/ae2d6f00fb611d1831928a8a57ddd67bc03a38a1/tdecore/kglobalaccel_emb.h You should set ROOT_URL correctly, otherwise the web may not work correctly.
tdelibs/tdecore/kglobalaccel_emb.h

19 lines
373 B

#ifndef _KGLOBALACCEL_EMB_H
#define _KGLOBALACCEL_EMB_H
#include "tdeaccelbase.h"
#include "tdeshortcut.h"
class TDEGlobalAccelPrivate
{
public:
TDEGlobalAccelPrivate();
virtual void setEnabled( bool bEnabled );
virtual bool connectKey( TDEAccelAction&, KKeySequence );
virtual bool disconnectKey( TDEAccelAction&, KKeySequence );
};
#endif // _KGLOBALACCEL_EMB_H