File: plugingui.cpp

package info (click to toggle)
sdrangelove 0.0.1.20140824-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,560 kB
  • ctags: 2,668
  • sloc: cpp: 17,760; ansic: 142; makefile: 17; sh: 1
file content (16 lines) | stat: -rw-r--r-- 245 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include "plugin/plugingui.h"

QByteArray PluginGUI::serializeGeneral() const
{
	return QByteArray();
}

bool PluginGUI::deserializeGeneral(const QByteArray& data)
{
	return false;
}

quint64 PluginGUI::getCenterFrequency() const
{
	return 0;
}