mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 10:22:48 +00:00
solid: reference the freebsd cgit repo
if they change their repo address tho.. Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
9a33d048ba
commit
7a15582618
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
|||
using namespace Solid::Backends::Devinfo;
|
||||
|
||||
// for reference:
|
||||
// freebsd-src/usr.sbin/powerd/powerd.c
|
||||
// https://cgit.freebsd.org/src/tree/usr.sbin/powerd/powerd.c
|
||||
|
||||
Processor::Processor(DevinfoDevice *device)
|
||||
: DeviceInterface(device)
|
||||
|
@ -44,7 +44,7 @@ int Processor::number() const
|
|||
|
||||
int Processor::minSpeed() const
|
||||
{
|
||||
#warning implement
|
||||
#warning TODO: implement
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue